anyone know how to programmatically scroll to the end of a msflexgrid in the load event of the form?
Printable View
anyone know how to programmatically scroll to the end of a msflexgrid in the load event of the form?
Just use one (or both) of these properties:
MSFlexGrid1.TopRow = <row>
MSFlexGrid1.LeftCol = <col>