helenvn1974
13 years agoNew Contributor
TcxListBox: How to add data at (row, column) or remove an Item?
Hi All, I create an UserForm with TcxListBox, but I don't know how to add data at row, column or remove a row. I also don't know how to add column caption and column seperator. Can anyone help ...
- 13 years ago
Hi Helen,
Use the Items property to operate the TcxListBox component's items.
As for the Columns property, it just allows you to organize the component's items into several columns. The items cannot have sub-items, and you cannot specify headers for columns.