I need to sort the columns and I can't see any sample about doing it.
How do vertical scroll bar interacts with cursor row position? What are this data represents?
Code: Select all
tGrid1.ScrollBars.Vertical.Maximum = ??;
tGrid1.ScrollBars.Vertical.SmallChange = ??;
tGrid1.ScrollBars.Vertical.LargeChange = ??;
The Key Page Down moves the cursor row to row number 11. This is not normal!!