M
max
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
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