Skip to content

ScrollDirection enum

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.ScrollDirection Modifiers: public sealed

Summary

Direction of ScrollViewer.

Based on https://github.com/sbaeumlisberger/VirtualizingWrapPanel.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Values

NameValueDescription
Vertical0Vertical scroll direction.
Horizontal1Horizontal scroll direction.