C
C#11mo ago
Ace Guy

✅ Winforms content resize

How can I fullscreen the app while not changing relative contents position and size?
No description
4 Replies
FestivalDelGelato
i depens how complex your graphics is, but you have to use panels, grids, etc, so that the objects scale
Mayor McCheese
Mayor McCheese11mo ago
Use wpf instead 🙂
leowest
leowest11mo ago
in winforms this is awful to control u need to properly set the anchors etc so that when say a panel expands things will remain where they should https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/layout?view=netdesktop-8.0
Control layout options - Windows Forms .NET
Learn about the different settings on a control that affect layout and positioning in Windows Forms for .NET. Learn about the different types of control containers that affect layout.
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?