Skip to main content
Version: 3.5

ScrollOrientation

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the scroll bar orientation for the Scroll event.

public enum ScrollOrientation : Enum

Fields

NameDescription
HorizontalScrollThe horizontal scroll bar.
VerticalScrollThe vertical scroll bar.

Used By

NameDescription
ScrollEventArgs.ScrollOrientationReturns the scroll bar orientation that raised the Scroll event.
ScrollProperties.OrientationReturns the orientation of the scrollbar.
HScrollProperties.OrientationReturns the orientation of the scrollbar.
VScrollProperties.OrientationReturns the orientation of the scrollbar.