Keyboard Navigation with Tab Control
473729Jun 26 2008 — edited Feb 8 2010We have a tab control in a form and it has several pages.
On one of the tabs we show data from a multi row block, the first 3 columns are on the tab canvas, then we have a stacked canvas that scrolls left/right that shows the rest of the data. We fix the first three columns as they give context to the rest of the rwo that is scrolled within the tacked region.
Now the problem:
When focus is on one of the columns displayed on the tab page we can press CTRL-TAB and the tab switches to the next tab page.
If focus is on one of the fields on the stacked canvas CTRL-TAB doesn't navigate to the next tab page - it attempts to switch windows.
It looks like the items that aren't onthe tab canvas, but are on the stacked canvas, aren't party to the CTRL-TAB event?
Has anyone else experienved this problem? Or know of a work around?
Regards,
Bren