MobileForms Toolkit Documentation

SmartGrid.AutoResizeRow Method 

Adjusts the height of the specified row using the specified size mode.

public void AutoResizeRow(
int rowIndex,
AutoSizeRowMode autoSizeRowMode
);

Parameters

rowIndex
The index of the row to resize.
autoSizeRowMode

Remarks

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

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace