Documentation for this section has not yet been entered.
If the ScrollableControl.AutoScroll property is set to true, the ScrollableControl.DisplayRectangle property is the virtual size and position of the System.Windows.Forms.ScrollableControl control. For example, if the width and height of the System.Windows.Forms.ScrollableControl are both 100 pixels and the control contains controls that extend beyond its boundaries, ScrollableControl.DisplayRectangle represents the size the System.Windows.Forms.ScrollableControl needs to be to include the contained controls. Similarly, the System.Drawing.Rectangle.X and System.Drawing.Rectangle.Y properties of ScrollableControl.DisplayRectangle are relevant to the scroll position of the System.Windows.Forms.ScrollableControl.