MobileForms Toolkit Documentation

SmartGrid.AutoResizeRows Method (AutoSizeRowsMode)

Adjusts the heights of the rows using the specified size mode value.

public void AutoResizeRows(
AutoSizeRowsMode autoSizeRowsMode
);

Parameters

autoSizeRowsMode
One of the AutoSizeRowsMode values.

Remarks

This method is useful if you want to control when rows resize. The row heights are adjusted only once per method call; if the contents of the rows later change, the rows will not automatically adjust. To resize a specific row, use the AutoResizeRow method. To set the rows to automatically resize whenever their contents change, use the AutoSizeRowsMode property or the row AutoSizeMode property.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace | SmartGrid.AutoResizeRows Overload List