Group: Forum Members
Posts: 524,
Visits: 30K
|
Ivan, thank you so much for the groupbox trick to get the TabOrderController to work with Ultrawingrid. Works beutifully and is very easy to implement. The ctrl-tab and shift-ctrl-tab still work as designed.
For benefit of lurkers ( and me when I forget what I did ) :
When using a TabControl and multiple pages, you can tab from last control on page1 to first control on page2 by using the Leave event of the page1 control to set the SelectedTab() of the TabControl to page2 and then, in the Enter of page2 set the focus to the next control in the tab sequence.
|