Hi,
In my program, I'm displaying a data grid with 1000 rows. The 100th row
should be selected, so I use select method of datagrid to select it. However,
I also want the datagrid to scroll that row. How can I accomplish? So far
could not get it.
Thanks
Bart Mermuys - 26 Aug 2005 17:35 GMT
Hi,
> Hi,
>
> In my program, I'm displaying a data grid with 1000 rows. The 100th row
> should be selected, so I use select method of datagrid to select it.
> However,
> I also want the datagrid to scroll that row. How can I accomplish? So far
Set DataGrid.CurrentRowIndex to the same rownr as the one you select.
HTH,
Greetings
> could not get it.
>
> Thanks