FMX.TreeView.TTreeViewItem.CustomChildrenOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomChildrenOffset: Single read FCustomChildrenOffset write SetCustomChildrenOffset

C++

__property float CustomChildrenOffset = {read=FCustomChildrenOffset, write=SetCustomChildrenOffset, stored=IsCustomChildrenOffsetStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeViewItem

Description

Determines the offset of the children elements for the current Node, specified by the user.

If this value is equal to or greater to zero, the default offset value will be used.

This value affects the ChildrenOffset property.

See Also

FMX.TreeView.TTreeViewItem.ChildrenOffset