Method SetRow
SetRow(AbstractControl, int)
Sets a value that indicates which row child control within a Grid should appear in.
public static void SetRow(AbstractControl control, int value)
Parameters
control
AbstractControlThe control on which to set the row index.
value
intThe 0-based row index to set.