-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OverlappedPresenter SetBorderAndTitleBar
not hide titlebar
#10137
Comments
Duplicate Temporary fix is awailable |
I set the window to be resizable, and then a small area appears at the top of the window, which is not expected. If the window is not resizable, there is no such small area |
I adjusted it, it didn't work |
This is a Windows bug. --Edit-- To give an example of what I mean. Consider the following basic Windows API application written in C++.
This is how the window looks. Doesn't it look familiar? |
Resolving as dupe of #9978 |
Describe the bug
I want the window to be resizable and hide system control button
There is a small region at the top of the window which looks like Windows is drawing part of the title bar.
if I set resizable equals to
false
Steps to reproduce the bug
AppWindow().Presenter().as<Microsoft::UI::Windowing::OverlappedPresenter>()
SetBorderAndTitleBar(true, false)
IsResizable(true)
There is a small region at the top of the window which looks like Windows is drawing part of the title bar.
Expected behavior
There shouldn't be a small area at the top of the window
Screenshots
No response
NuGet package version
None
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: