Here are some questions regarding TListBox:
- What event fires when you resize the columns of a ListBox?
- What do I need to set to enable rearranging of the columns (currently I cannot drag them to different positions, like most programs)?
- How can I sort the entire list alphabetically by the values in a particlar column when I click on that column's header? (SortStyle only works with ListItem->Caption, not columns).
- sub items (Columns) are accessed by a number index. But what if I want to get the text in the column with heading "XYZ" in the selected row (something like ListBox->Selected->SubItems["XYZ"]
------------
I would appreciate if you could answer these list box qustions for me. Thanx!
- What event fires when you resize the columns of a ListBox?
- What do I need to set to enable rearranging of the columns (currently I cannot drag them to different positions, like most programs)?
- How can I sort the entire list alphabetically by the values in a particlar column when I click on that column's header? (SortStyle only works with ListItem->Caption, not columns).
- sub items (Columns) are accessed by a number index. But what if I want to get the text in the column with heading "XYZ" in the selected row (something like ListBox->Selected->SubItems["XYZ"]
------------
I would appreciate if you could answer these list box qustions for me. Thanx!