Wisej.Web.ScrollOrientation
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies the scroll bar orientation for the Scroll event.
public enum ScrollOrientation : Enum
Public Enum ScrollOrientation As [Enum]
HorizontalScroll
The horizontal scroll bar.
VerticalScroll
The vertical scroll bar.
ScrollEventArgs.ScrollOrientation
Returns the scroll bar orientation that raised the Scroll event.
ScrollProperties.Orientation
Returns the orientation of the scrollbar.
HScrollProperties.Orientation
VScrollProperties.Orientation
Last updated 3 years ago
Was this helpful?