NavBarGroupControlContainer.AutoScroll Property
Gets or sets a value indicating whether the container will allow an end-user to scroll to any controls placed outside of its visible boundaries.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the container allows auto-scrolling; otherwise, false. |
Remarks
The auto-scrolling feature is not supported by the NavBarGroupControlContainer object. Do not set the AutoScroll property to true as drawing issues might occur in this case.
See Also