lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.72k stars 755 forks source link

TitleBar no longer offers way to replace Title with complex content #775

Open chucker opened 1 year ago

chucker commented 1 year ago

Is your feature request related to a problem? Please describe

In the 3.0 previews, TitleBar's Header property has been changed in behavior. It now shows up to the right of the Title, whereas it used to be instead of it.

I would appreciate if we could get the old behavior back, perhaps as a separate property LeftHeader.

Describe the solution you'd like

It depends on what this new behavior is even good for; the gallery doesn't contain a sample.

I would be fine with a set of LeftHeader and RightHeader properties.

Describe alternatives you've considered

No response

Additional context

I use this to enable macOS-like two-line titles, e.g.

image
jonlipsky commented 7 months ago

I would love to see this as well. I want to create a titlebar similar to Visual Studio Code:

image