UI.WPF.Modern icon indicating copy to clipboard operation
UI.WPF.Modern copied to clipboard

Extend TabView (TabControl) tabs in title bar

Open manfromarce opened this issue 1 year ago • 1 comments

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.

manfromarce avatar Jul 03 '24 11:07 manfromarce

WindowChrome.IsHitTestVisibleInChrome property needs to be used.

NotYoojun avatar Jul 05 '24 04:07 NotYoojun

I'm closing this due to long inactivity, feel free to reopen if the issue still exists.

NotYoojun avatar Dec 05 '24 07:12 NotYoojun