MobileForms Toolkit Documentation

AutoSizeRowMode Enumeration

Defines values for specifying how the height of a row is adjusted.

public enum AutoSizeRowMode

Members

Member Name Description
NotSet The sizing behavior of the row is inherited from the AutoSizeRowsMode property.
None The row height do not automatically adjust.
AllCells The row height adjusts to fit the contents of all cells in the row, including the header cell.

Requirements

Namespace: Resco.Controls.SmartGrid

Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)

See Also

Resco.Controls.SmartGrid Namespace