Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
505
The VisibleRows collection is empty in the AfterRowRegionScroll event
posted

Hi

I can cause the RowScrollRegion.VisibleRows collection to be empty in the AfterRowRegionScroll event. The grid needs to have the following properties set to cause this:

            DisplayLayout.AutoFitStyle = AutoFitStyle.ExtendLastColumn;
            DisplayLayout.ScrollBounds = ScrollBounds.ScrollToFill;

Then fill the grid with enough rows to cause the scrollbars to appear and scroll the grid with ultraGrid1.ActiveRowScrollRegion.Scroll(RowScrollAction.Bottom);

I really want to keep these two properties on my grid. Is there another workaround? I'm using infragistics 9.2 btw.

I can provide a simple class demonstrating the issue if it helps.

Thanks

    Martin

Parents
No Data
Reply Children
No Data