Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top