C
C#16mo ago
nanz

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
No description
4 Replies
Dharmang
Dharmang16mo ago
@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
sibber
sibber16mo ago
you need to set a custom drag region
sibber
sibber16mo ago
sibber
sibber16mo ago
look at Interactive content

Did you find this page helpful?