I have an application that will run on a Touch Screen terminal, with no mouse. Using scrollbars is somewhat clumsy. I would like to place large up and down buttons on the form and have the button click events trigger the scrolling.
thx
AD
Administrator
Syncfusion Team
July 6, 2004 08:48 AM UTC
In a GridControl or a GridDataBoundGrid, you can scroll the grid by incrementing or decrementing grid.TopRowIndex.
KE
Kevin
December 24, 2005 03:54 AM UTC
How to scroll the column?
AD
Administrator
Syncfusion Team
December 24, 2005 05:23 PM UTC
Hi Kevin,
You can scroll column be incrementing or decrementing grid.LeftColIndex.
Best regards,
Jay