Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TabControl issue - Tabs gets random Orders ;-( #22

Open
Spegeli opened this issue Feb 6, 2017 · 2 comments
Open

TabControl issue - Tabs gets random Orders ;-( #22

Spegeli opened this issue Feb 6, 2017 · 2 comments

Comments

@Spegeli
Copy link

Spegeli commented Feb 6, 2017

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?

@dennismagno
Copy link
Owner

I have experience this issue before. But when debugging I cannot replicate the issue : (

@veevandyke
Copy link

veevandyke commented Apr 21, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants