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.
Hi,
I'm facing an issue with the Titlebar. If an element is placed withing the area of the titlebar then none of the events of that element trigger. E.g. if we place a button within the Titlebar area, none of the events of button will trigger (hover, click etc). I've tried pretty much everything even ZIndex but it just doesn't work.
Simply create a fluent window, add a Titlebar and a button that shows on top of the titlebar. you will notice button acts like if it is disabled. It won't react to hover events or click events.
Expected behavior
Any other element placed in the area of titlebar should react to its events.
Describe the bug
Hi, I'm facing an issue with the
Titlebar
. If an element is placed withing the area of the titlebar then none of the events of that element trigger. E.g. if we place a button within the Titlebar area, none of the events of button will trigger (hover, click etc). I've tried pretty much everything even ZIndex but it just doesn't work.To Reproduce
Simply create a fluent window, add a Titlebar and a button that shows on top of the titlebar. you will notice button acts like if it is disabled. It won't react to hover events or click events.
Expected behavior
Any other element placed in the area of titlebar should react to its events.
Screenshots
No response
OS version
Win 11 latest.
.NET version
Net 8 and Net 6
WPF-UI NuGet version
Latest and Pre-Release
Additional context
No response