Gets or sets the size of the auto-scroll margin. This property is not relevant to this class. This property is not relevant to this class.
Documentation for this section has not yet been entered.
The auto-scroll margin is the distance between any child controls and the edges of the scrollable parent control. The SplitContainer.AutoScrollMargin size is added to the size of any child controls contained in the scrollable control to determine if scroll bars are needed. The SplitContainer.AutoScrollMargin property is evaluated when the parent scrollable control is resized or the individual child controls are brought into view, and is used to determine if scroll bars must be displayed. Docked controls are excluded from the calculations that determine if scroll bars must be displayed.
If the distance from the edge of a child control to the parent scrollable control is less than the value assigned to the SplitContainer.AutoScrollMargin property and the SplitContainer.AutoScroll property is set to true, the appropriate scroll bar is displayed.
This property is not relevant to this class.