C# WinForms: when we drop controls inside a flowlayout, horizontally, is there a way to set more space than its default between controls?
Asked
Active
Viewed 7,732 times
1 Answers
13
Change the value of the Control.Margin of the contained controls.

Akram Shahda
- 14,655
- 4
- 45
- 65
-
margin or padding? I was playing with Padding just now, looks like it is doing the job. – Bohn Jun 27 '11 at 21:33
-
@BDotA: Padding is for the space within the container control between its border and its content. – Akram Shahda Jun 27 '11 at 21:36