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
625
How TabNavigation.NextControlOnLastCell Determines the Last Cell....?
posted

I have a Grid that looks like this...

The grid is setup so that when I press 'Tab' it goes down, instead of across.  It will hit the cells in the order of 1,2,3,4,5,6,7,8 and when I press tab while cell 8 is selected...it correctly moves to the next control (the next control button).  So the NextControlOnLastCell works perfectly, in this case.

If I change the positioning of my grid to look like this...

If I start in Col 1 and press tab, I'll go into 2,3,4...and then I'll go to the next control.  How do I let the grid know that I intend to navigate 'down' instead of 'across' so that it considers the rightmost, downmost cell to the be last and not the downmost, rightmost cell?

Thanks!