XtraPanel.AutoScroll Property
Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v22.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the auto-scrolling feature is enabled; otherwise, false. |
Remarks
See ScrollableControl.AutoScroll in MSDN to learn more.
See Also