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

Extend TabView (TabControl) tabs in title bar #71

Open
manfromarce opened this issue Jul 3, 2024 · 1 comment
Open

Extend TabView (TabControl) tabs in title bar #71

manfromarce opened this issue Jul 3, 2024 · 1 comment
Labels
question Further information is requested

Comments

@manfromarce
Copy link

Describe the solution you'd like
This library is awesome. It would be a nice addition if a TabView could be extended in the title bar, as it can be achieved in WinUI 3 / UWP. A sample could also be added to the gallery app.

Describe alternatives you've considered
I have tried adding a panel with fixed minimum width and a TitleBar control to the TabStripFooter and setting ExtendViewIntoTitleBar to true, as this is how it's usually done in WinUI, but the tabs and buttons are not hit test visible this way.

@NotYoojun
Copy link
Member

WindowChrome.IsHitTestVisibleInChrome property needs to be used.

@NotYoojun NotYoojun added the question Further information is requested label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants