Reputation: 26919
C# WinForms: when we drop controls inside a flowlayout, horizontally, is there a way to set more space than its default between controls?
Upvotes: 7
Views: 7971
Reputation: 14771
Change the value of the Control.Margin of the contained controls.
Upvotes: 13