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
495
UltraWinGrid - Click on last (partially) visible row will scroll it up
posted

I have a WinGrid displaying a series of rows.  Some are not displayed and a scrollbar is shown by the grid.  If I click on the last visible row and that row is partially visible, the grid will scroll it up in view.  Is there a way to disable this feature?

Parents
  • 48586
    Verified Answer
    posted

    Hello ,

     

    What you meant with “last visible row and that row is partially visible”, is that meant that you see part of the row by height or by length. Vertical scrolling of UltraGrid is row-based and  if you partially see the row by height this meant that your grid is in some container. So maybe  there is some code in AfterRowActivated event of UltraGird which cause this. Is it possible to post simple sample that demonstrates your issue.

     

    I am waiting for your feedback

Reply Children