Dataset Q's: Column Sizing and Value getting.
Hey, 2 questions:
with a flexgrid it was really easy to do the following things:
1) change the size of a flexgrid's columns. e.g. MSFlexGrid.ColWidth(3) = 500
2) get the text that is in a cell. e.g. MSFlexGrid.TextMatric(RowNum,ColNum)
:confused:
are either of these methods available with the Datagrid control in Vb.NET? I saw there is a MaxColumnWidth property (or something similar), but nothing as nice as above.
anyone figured out this before??
cheers,
stingrae