VariableRowHeight Property (FlexListBase)

Action

Gets whether the individual rows can have different height.

This property is ignored by TileList and HorizontalList. If true, individual rows can have different height values.

The default value is false.

Syntax

C#
protected Boolean variableRowHeight { get; }
VB
'Declaration
Protected Read Property variableRowHeight As Boolean

Access

Read only.