P
P
Persotr272019-03-21 19:39:30
.NET
Persotr27, 2019-03-21 19:39:30

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 5c93be273e02a682806716.png
Here I have depicted these blocks in black.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sergey, 2019-03-21
@Persotr27

System.Windows.Forms.GroupBoxFor example

F
Foggy Finder, 2019-03-21
@FoggyFinder

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 question

Ask a Question

731 491 924 answers to any question