ScrollBar.Orientation (gb.qt4)

Property Orientation As Integer

Desde 3.16

Return or set the ScrollBar orientation.

It can be one of the following constants:

ScrollBar.Auto Automatic.

I.e. horizontal if the control width is greater than the control height, vertical otherwise.
ScrollBar.Horizontal Horizontal.
ScrollBar.Vertical Vertical.