[]
Returns or sets the column number for the AddItem mode.
[Browsable(false)]
public int AddItemCols { get; set; }
You can set the AddItemCols property explicitly, or if it is not set (in that case, the AddItemCols is 0), when you call AddItem(string) or AddItemTitles(string), the control will set the AddItemCols property for you.