Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What are Padding & Margin?

Padding is the internal space you can add to your control/item

Margin is the external space you can add to separate controls/items.

Depending on the implementation of GetPreferredSize for a control, changing the Padding property can inflate the control by the height and width specified in the Padding property.



Page view counter