You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom titlebar works for textblocks/images, but not for interactive content.
None of the usercontrol buttons or textbox work or respond, but the titlebar is still dragable.
2nd Issue, if custom content is too wide, the min/max/close buttons are covered up and unusable.
Edit: On further testing, controls are ONLY interactive if they have a min/max/close button behind them (eg, when the window is very narrow), but become unresponsive after window is widened. Draggability is inconsistent, sometimes it works, sometimes it doesn't.
The text was updated successfully, but these errors were encountered:
I've decided to deprecate and ultimately remove the xaml titlebar APIs - use the Window.SetTitleBar( ... ) WinUIEx provides instead.
Wrt interactive content, there are some APIs for allowing this in the AppWindow class, but I've found them to be quite unpredictable an essentially unusable.
The custom titlebar works for textblocks/images, but not for interactive content.
None of the usercontrol buttons or textbox work or respond, but the titlebar is still dragable.
2nd Issue, if custom content is too wide, the min/max/close buttons are covered up and unusable.
Edit: On further testing, controls are ONLY interactive if they have a min/max/close button behind them (eg, when the window is very narrow), but become unresponsive after window is widened. Draggability is inconsistent, sometimes it works, sometimes it doesn't.
The text was updated successfully, but these errors were encountered: