C# WinForms: when we drop controls inside a flowlayout, horizontally, is there a way to set more space than its default between controls?
setting more space between controls in a flowLayout
Asked Answered
Change the value of the Control.Margin of the contained controls.
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.