Forum Discussion

helenvn1974's avatar
helenvn1974
New Contributor
12 years ago
Solved

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 me resolve it? 



Thanks in advance.

Helen



  • 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.

1 Reply

  • aqAnt's avatar
    aqAnt
    SmartBear Alumni (Retired)

    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.