In my gird, the tab key correctly navigates to the user to the next cell in the grid. However, if I resize my window /change the width of the grid so that a scrollbar appears on the bottom, the tab key stops working when I get to the edge of the windows.
What I am wanting is that the grid will naturally scroll to the right as the user tabs.
I guess I can look into doing this programmatically, using the AfterDocumentKeyDown, looking for “tab” and then resetting selection to next column…but it feels like it should just do this by default?
Am I missing something or do I need to manually code for this?