ActionsPane.AutoScroll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.