Gets or sets the minimum size of the client area of the band.
A Size value that specifies the minimum dimensions of the client area.
The height of the buttons in a band are fixed to the height component of the MinimumSize property. When the row that contains the band is taller than the band's minimum height, the buttons are vertically centered on the row. The height of a row is determined by finding the band with the tallest minimum height.
A band is prevented from being resized at runtime if it would cause the width of the band's client area to be smaller than the minimum width. Note that the size grip, image and text on a band are not included in the client area, so a band can never be resized smaller than the extent of its text -- this is expected behavior for a rebar control. This design properly supports localization: even if the size of the image or text varies between cultures, it is unnecessary to localize the MinimumSize property for each one to provide this expected behavior. However, localization of this property is still supported.
Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.
RebarBand Class | Skybound.Rebar Namespace