TLayoutGroupScrollOptions Class

Represents type TLayoutGroupScrollOptions.

Namespace: System.UI.Layout
TObject
  System.UI.Layout.TLayoutGroupScrollOptions
type
 TLayoutGroupScrollOptions = class sealed(TObject)
 end;

The TLayoutGroupScrollOptions type exposes the following members.

Show:
 NameDescription
Horizontal

Represents property Horizontal.

Vertical

Represents property Vertical.

Top
Show:
 NameDescription
GetHorizontal

Represents method GetHorizontal.

GetVertical

Represents method GetVertical.

SetHorizontal(TLayoutGroupScrollMode)

Represents method SetHorizontal(TLayoutGroupScrollMode).

SetVertical(TLayoutGroupScrollMode)

Represents method SetVertical(TLayoutGroupScrollMode).

Top