Well, I guess I was just being pissy this morning. Thanks for all of
the kind responses.
But I was questioning the nature of how we go about setting the column
width on grid. Seems to me that .Width or .ColumnWidth was pretty
straight forward, but, well, now, it takes seven steps to do what we
could do in an assignment. Is this progress??
Okay, maybe I'm still pissy, but enquiring minds want to know.
Thanks again for your time,
--max
On Wed, 20 Apr 2005 09:49:05 -0600, max wrote:
I am not being a smartass and would honestly like an explanation, if
you could take the time.
What's wrong with:
DataGrid.Column(0).Width = 30?
or
DataGrid.Column(2).Width = DataGrid.Width - _
(DataGrid.Column(0).Width + _
DataGrid.Column(1).Width) ?
Is there something wrong with simplicity?? Does this not cover all
the bases? Or possibly could it be to keep the humbled masses in there
place? Or ?
Thanks for your time,
--max