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
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
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.