Bohn
Bohn

Reputation: 26919

setting more space between controls in a flowLayout

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

Answers (1)

Akram Shahda
Akram Shahda

Reputation: 14771

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

Upvotes: 13

Related Questions