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