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
When using a managed TitleBar, the title bar area is considered part of the client area, and thus a Control placed at (0, 0) ends up under the title bar. When using UseSystemDecorations = true to get a system title bar, the area is not considered client area, and the control is completely visible. (The total Form size is also different.)
When using a managed
TitleBar
, the title bar area is considered part of the client area, and thus aControl
placed at(0, 0)
ends up under the title bar. When usingUseSystemDecorations = true
to get a system title bar, the area is not considered client area, and the control is completely visible. (The totalForm
size is also different.)The text was updated successfully, but these errors were encountered: