Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool IsScrollable { get; }

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