Software Development Network>> Smart Devicet>> Possible to scroll to a specific row in a datagrid?
C#:
this.dataGrid1.CurrentRowIndex = certainRow;
VB:
Me.dataGrid1.CurrentRowIndex = certainRow
There's no need to update, it would scroll on it's own but only if selected row was invisible.
Possible to scroll to a specific row in a datagrid?
Fradam
C#:
this.dataGrid1.CurrentRowIndex = certainRow;
VB:
Me.dataGrid1.CurrentRowIndex = certainRow
sureshsundar007
Haff
Lucas Pasquali
There's no need to update, it would scroll on it's own but only if selected row was invisible.