Vcl.Tabs.TScroller.ScrollOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScrollOrientation: TScrollOrientation read FScrollOrientation write SetScrollOrientation;

C++

__property TScrollOrientation ScrollOrientation = {read=FScrollOrientation, write=SetScrollOrientation, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

Description

Specifies the scrolling direction.

Read or write the ScrollOrientation property to determine the scrolling direction. ScrollOrientation can have one of the following values:



Value Meaning

soLeftRight

Scrolling is done horizontally.

soUpDown

Scrolling is done vertically.



See Also