Hi,
I have an AdvStringGrid where I have to update some cells every second to view realtime data.
When I do this the horizontal bar always returns to the first column on the left
How can I avoid this?
I tried with navigation.KeepHorizScroll but with no luck.
How exactly are you updating the cell? If I scroll to the right, visualizing a cell, and use code in a timer to update the cells contents with AdvStringGrid1.Cells[X, Y] the grid is keeping the scroll position. Please provide more info or a sample/code snippet
I'm unable to reproduce this here. Attached is a sample test project. Demo.zip (6.5 KB)
Please provide a test application so we can investigate what is going on.