You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have more information on this issue. It appears that most controls in the framework actually create 3 "tabbable" controls. -- One main control and two "nested" controls. Kind of like when you create a tab page or a groupbox. (The exception is labels - they create two.)
I went into the framework controls and made sure that all extraneous within the main control were set to TabStop=False (like horizontalscrollbar and verticalscrollbar).
Otherwise, if you try and reorder the tabs in any way, those do not get reordered, and it can cause your app to tab to them, even though they are not visible controls. HTH.
I got a very wired problem with TabControl.
My Setup looks like: http://i.epvpimg.com/YudDb.png
But as soon i compile it out of VS2015 it looks like this: http://i.epvpimg.com/EWnxb.png
as you can see the Tab Order is not the one i set ("Hilfe" got switched from position 6 to position4).
I made a Video which shows the issue: http://sendvid.com/yuodo8py
Is this a "Settings" thing or is it a issue inside the Metro Tab Control self?
The text was updated successfully, but these errors were encountered: