Horizontal scrolling with large column widths

I have a grid with a few columns but the column widths are very large.

When I run my app showing the grid, and I scroll to the right, my grid will move to the right in increments of columns. Because of this I cannot see all my data in a given column and when I try to scroll to the right to see it, the grid immediately displays the next column.

Is there a way to change the behavior of the scroll bar so that it smoothly scrolls the control so that I can see a partial view of a column on the left side of the visible grid?


1 Reply

VB Vikram Bhavsar February 18, 2009 11:01 PM UTC

I just found a similar posting that recommended setting HScrollPixel to true.

This has fixed my issue.

Thanks.


Loader.
Up arrow icon