Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top