Answer the question
In order to leave comments, you need to log in
How to visually divide a form (window) into parts (blocks) in WindowsForms?
Hello. It is necessary to break the window into parts, for visual beauty, so to speak, make semantic sections, do not shove everything into one pile. How can it be implemented? C# Language
Here I have depicted these blocks in black.
Answer the question
In order to leave comments, you need to log in
Use Layout-s, in your case TableLayoutPanel , which allows you to lay out controls in a table, should be fine.
A simple example in Russian can be found here:
TableLayoutPanel
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question