FlowLayoutPanel: howto change space between controls

  • Thread starter Thread starter cris.b
  • Start date Start date
C

cris.b

There's a way to descrease the space between the controls managed in a
FlowLayoutPanel?
Or that space is fixed?


Thank's in advice
 
cris.b said:
There's a way to descrease the space between the controls managed in a
FlowLayoutPanel?
Or that space is fixed?


Thank's in advice

For the controls that you place into the flow layout panel, check out
the Margin and Padding properties on the controls.
 
Back
Top