Skip to main content

Orientation

Type

property

Summary

Defines the orientation that the scroll bar will have.

Syntax

get the sliderOrientation of <widget>
set the sliderOrientation of <widget> to {Auto|Vertical|Horizontal}

Description

Use the sliderOrientation property to define the orientation that the slider will have.

Value

NameTypeDescription

value

  • "Auto": the slider adopts vertical or horizontal mode automatically depending of the dimensions to calculate the correct orientation
  • "Vertical": the slider is always in its vertical variant
  • "Horizontal": the slider is always in its horizontal variant