GDBG scrolling issue

I have a DB grid where I am using RowHeights.ResizeToFit() to display the complete text of the cell for long data. My issue is that the grid I am using is fairly small (height-wise). When the user scrolls, the grid scrolls a complete row making any text of a long cell cut off to where they cannot get to it. See my example for how my grid looks. I would like to have the user''s scroll do a real-time scroll, not a complete row. Any ideas? Thanks, JH LongTextScroll_8750.zip

1 Reply

AD Administrator Syncfusion Team April 23, 2004 09:50 PM UTC

In 2.0, you can set this.gridDataBoundGrid1.VScrollPixel = true; to enable pixel scrolling (not scroll whole rows). I don''t know of a way to do this in earlier versions.

Loader.
Up arrow icon