Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list boxes

Status
Not open for further replies.

exodus300

Programmer
Mar 22, 2002
262
AU
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! [pc3]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top