M
mario
I using datagrid and windows form in C#
Question 1:
I have selected a specified row and if I resize the form with the datagrid
in it , I cannopt see anymore the row i have seleted until i scroll to it.
I want to do this...
the selected row must be all the time stay visible.
How can I do That ????
Question 2:
If I selected a row and i sort the grid, i loose the selected row .It's
appears the grid keep the Current index and not
the row i had selected.
How do I keep the row I have selected and not the current Index ????
thx
Question 1:
I have selected a specified row and if I resize the form with the datagrid
in it , I cannopt see anymore the row i have seleted until i scroll to it.
I want to do this...
the selected row must be all the time stay visible.
How can I do That ????
Question 2:
If I selected a row and i sort the grid, i loose the selected row .It's
appears the grid keep the Current index and not
the row i had selected.
How do I keep the row I have selected and not the current Index ????
thx