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
I'm currently using the following combination to achieve the goal:
// Set the customize title barExtendsContentIntoTitleBar=true;SetTitleBar(DraggableArea);// Disable resizeAppWindowPresenter.IsResizable=false;AppWindowPresenter.IsMaximizable=false;AppWindowPresenter.IsMinimizable=false;AppWindowPresenter.SetBorderAndTitleBar(true,false);
But this setup introduces a weird bug, a black line with the thickness of 1 appears at the top of the app window. When I hover my cursor over it, I was able to resize the window vertically
It seems that I should not use ExtendsContentIntoTitleBar, but SetTitleBar()won't work without it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently using the following combination to achieve the goal:
But this setup introduces a weird bug, a black line with the thickness of 1 appears at the top of the app window. When I hover my cursor over it, I was able to resize the window vertically

It seems that I should not use
ExtendsContentIntoTitleBar
, butSetTitleBar()
won't work without it.So is there any official solution to this?
Beta Was this translation helpful? Give feedback.
All reactions