✅ Winforms content resize
How can I fullscreen the app while not changing relative contents position and size?
4 Replies
i depens how complex your graphics is, but you have to use panels, grids, etc, so that the objects scale
Use wpf instead 🙂
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•10mo ago
Message Not Public
Sign In & Join Server To View