-
Notifications
You must be signed in to change notification settings - Fork 328
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
How do I move the AvalonDock Anchorable Pane tab to the top instead of the bottom? #430
Comments
Okay, so the above mentioned answer from stackoverflow worked. For completeness, I post the fragment here:
That went to Resources section of App.Xaml.
Tabs went to top, that's for Anchorable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. In example, tabs of Anchorable Pane are located at bottom, but I'd like to have them placed on top, like in Document Pane.
I checked this page:
https://github.com/Dirkster99/AvalonDock/wiki/LayoutAnchorablePaneControl
but there is no appropriate method for this.
A similar LayoutDocumentPaneControl has 'TabStripPlacement'.
I checked this answer : https://stackoverflow.com/questions/29434424/how-do-i-move-the-avalondock-anchorable-pane-tab-to-the-top-instead-of-the-botto
It offers workaround, but it is not that elegant. Is it possible to achieve this without implementing custom style?
The text was updated successfully, but these errors were encountered: