VirtualModeData column sorting, vertical scroll bar and Page Up and Down key
Posted: Wed Jul 15, 2020 11:02 am
I'm using VirtualModeData mapping a two dimension string array.
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?
The Key Page Up moves the cursor row up 10 rows. Where is the number of rows to move set?
The Key Page Down moves the cursor row to row number 11. This is not normal!!
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!!