ActionsPane.AutoScroll Property

Definition

Gets or sets a value indicating whether the actions pane enables the user to scroll to any controls placed outside of its visible boundaries.

public:
 property bool AutoScroll { bool get(); void set(bool value); };
[System.ComponentModel.Localizable(true)]
public bool AutoScroll { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.AutoScroll : bool with get, set
Public Property AutoScroll As Boolean

Property Value

true if the actions pane enables auto-scrolling; otherwise, false. The default value is false.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.ScrollableControl.AutoScroll property. For more information about using this property, see System.Windows.Forms.ScrollableControl.AutoScroll.

Applies to