setting more space between controls in a flowLayout
Asked Answered
A

1

7

C# WinForms: when we drop controls inside a flowlayout, horizontally, is there a way to set more space than its default between controls?

Ard answered 27/6, 2011 at 21:25 Comment(0)
E
13

Change the value of the Control.Margin of the contained controls.

Evanesce answered 27/6, 2011 at 21:31 Comment(2)
margin or padding? I was playing with Padding just now, looks like it is doing the job.Ard
@BDotA: Padding is for the space within the container control between its border and its content.Evanesce

© 2022 - 2024 — McMap. All rights reserved.