[]
Gets or sets whether the radio button list layout is autofit.
public bool IsFlowLayout { get; set; }
Public Property IsFlowLayout As Boolean
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.IsFlowLayout = false;
bool isFlowLayout = cellType.IsFlowLayout;