Hi, there
When I get to the very bottom of my UltraGrid, and I tried to refresh my display, AfterRowRegionScroll event gets raised, even though I was not scrolling at all. And the RowRegion passed in from the RowScrollRegionEventArgs has 0 rows in its VisibleRows, even though I do have 4-5 rows visible in the scroll region. Can anyone explain to me why this is happening? Any where I can find more detail about the working of AfterRowRegionScroll event and it's VisibleRows?
Thanks in advance.
Richard Zhu
Hi Richard,
That doesn't sound right to me. Can you duplicate this in a small sample project?
What exactly does "refresh my display" mean?