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
435
Check if UltraGrid is scrolled to right ?
posted

Hello,

is there a way to check if the Grid is scrolled to the right edge ?

(When it is set by 'ActiveColScrollRegion.Scroll(ColScrollAction.Right)' for example)

 

Greetings

Parents
  • 71886
    Offline posted

    Hello Ralf,

    Could you please try the following code and see if it will work for you:

     

    ltraGrid1.DisplayLayout.Bands[0].Columns[ultraGrid1.DisplayLayout.Bands[ultraGrid1.DisplayLayout.Bands.Count - 1].Columns.Count - 1].Header.GetUIElement().IsFullyVisible
    

     Please do not hesitate to contact us if you need any additional assistance.

Reply Children
No Data