PageView.IsScrollable Property
Gets whether end-users can currently scroll through page headers by clicking corresponding scroll buttons. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if end-users can currently scroll through page headers by clicking corresponding scroll buttons.; otherwise, false. |
Remarks
See the PageView.PageHeadersLayoutType property for details.
See Also