Winui 3 titlebar problems
ik its c++ but dont know where to ask this
im doing this
window.ExtendsContentIntoTitleBar(true);
but then i cant click the top part of the button there to close the side navigation
not sure how to make that part clickable again
4 Replies
@nanz are you able to set this directly like you do in c#?
ExtendsContentIntoTitleBar = true;
SetTitleBar(TitleBar);
If not try above by setting title bar again
you need to set a custom drag region
Title bar customization - Windows apps
Customize the title bar of a desktop app to match the personality of the app.
look at
Interactive content