FMX.ListView.Appearances.TCommonObjectAppearance.WidthWhenVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WidthWhenVisible: Single read GetWidthWhenVisible;

C++

__property float WidthWhenVisible = {read=GetWidthWhenVisible};

Properties

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

Description

Width in pixels that the object appearance has when it is visible, which is the user-defined width if it is a non-zero value, or the fallback width otherwise.

See Also