We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon