Is it possible to set the wingrid to scroll smoothly when scrolling vertically? Or is there a way I can override the scrolling function to do this?
What I want to do is scroll my grid vertically the same way the grid scrolls horizontally.
Thanks,
H catkinson,
Just a hint: Try to decrease the vertical height of the grid just for test purposes and repeat the scrolling. Is it smoother now? I just recognized, that all list-controls get into troubles on smooth and fast scrolling lists which are "higher" than 800 - 900 px. If this works for you, you have to think about caching the content of the grid I think.
HTH
Thanks for the suggestion. However the behavior is the same. In fact I suspect the behavior is working as it's supposed to. When scrolling vertically on the grid the top row always snaps to the top. However when scrolling left to right the column does not snap to the left, it's just a smooth scroll. I want to duplicate the left to right smooth scroll behavior when scrolling up and down.