R
Riha46
Guest
Hi. For everyone!
Given a wpf datagrid.
There are 12 rows, but there are 90 rows in the table.
If I jump from the program to the last row:
grdSzoveg.SelectedIndex = grdSzoveg.Items.Count-1;
it is not visible in the datagrid.
What do I need to do to see the last row without having to scroll manually?
Thank you in advance for your answer(s).
Riha46
Continue reading...
Given a wpf datagrid.
There are 12 rows, but there are 90 rows in the table.
If I jump from the program to the last row:
grdSzoveg.SelectedIndex = grdSzoveg.Items.Count-1;
it is not visible in the datagrid.
What do I need to do to see the last row without having to scroll manually?
Thank you in advance for your answer(s).
Riha46
Continue reading...