RootElement.UnevenRows Field

Definition

Reports whether the rows have all the same size or not.

public bool UnevenRows;
val mutable UnevenRows : bool

Field Value

Remarks

The value of this property is computed during the DialogViewController's Prepare() method, which is in turn called when the View is about to appear.

The value is set to true if any of the elements that are being displayed implement the IElementSizing interface. The computed value is used by the DialogViewController to determine which one of its sources it will use to render the data.

Applies to