7

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

Bohn
  • 26,091
  • 61
  • 167
  • 254

1 Answers1

13

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

Akram Shahda
  • 14,655
  • 4
  • 45
  • 65