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
38
UltraGrid - scrollbar moving about when a cell is activated
posted

Hi,

We have a Windows Form with some UltraExpandableGroupBox components which in turn contain some UltraGrids.

The problem is that when the scrollbar is enabled on the form, and you tab your way through the grid to edit the values in the cells, every time you tab into a cell (or click on one), the scrollbar jumps to some other position, making the form unusable unless you collapse enough expandable groupboxes to make the scrollbar on the form disappear.

The first screenshot (new window) shows the user focused on a control inside the grid, and the second screenshot (new window) shows what happens after you press the TAB key. As you can see the scrollbar has moved all the way to the top. However the focus is on the next cell in the Grid.

I don't want the scrollbar to move at all. How can I get around this?

Thanks.