❔ Windows forms C#
Issue with forms resizing when maximizing the window, how do i get rid if the empty space?
4 Replies
Using Anchor and Dock features.
https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-dock-and-anchor?view=netdesktop-7.0
How to dock and anchor controls - Windows Forms .NET
Learn how to s
But I highly recommend you to use WPF.
@zey_sfd also if you want more knowledge about responsive form, you can watch this video
https://www.youtube.com/watch?v=I8ZYsYrdeL4
RJ Code Advance EN
YouTube
How to create a Fully Responsive Form (Dashboard UI) - C# & WinForms
00:00 Introduction (Anchor & Dock Property - Panel, FlowLayoutPanel & TableLayout Panel)
03:30 Design
14:40 Code
Code:
https://rjcodeadvance.com/como-crear-un-formulario-100-responsivo-c-winforms/
😸Social networking
Facebook: https://facebook.com/rjcodeadvanceEN
Instagram: https://instagram.com/rjcodeadvanceen
#WindowsForm #ModernUI #CSharp ...
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.