FMX.ListView.Appearances.TCommonObjectAppearance.SizeWhenVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SizeWhenVisible: TPointF read GetSizeWhenVisible;

C++

__property System::Types::TPointF SizeWhenVisible = {read=GetSizeWhenVisible};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance

Description

Size, as width (X) and height (Y) in pixels, that the object appearance has when it is visible, which is the user-defined size if it is a non-zero value, or the rendered size otherwise.

User-defined and rendered width and height values are evaluated separatedly. For example, if Width is 0, Height is 1, InternalWidth is 1, InternalHeight is 0, SizeWhenVisible is (1,1).

See Also