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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Columns with ListBox 1

Status
Not open for further replies.

Creigbm

Mechanical
Joined
Aug 1, 2003
Messages
161
Location
US
I am trying to create a listbox that has a button at the top of the column taht is used as a label and can resize the column as well as sort it (for an example, go to 'Windows Task Manager' and click the 'Processes' tab). Thanks in advance
 
Hello,

if i well understood, probably what you are referring to rather than a ListBox is a Grid Control with 0 Fixed Colums and enabled option of Colums Resizing.

For instance VideoSoft's VSFlexGrid ( has such features (set FixedCols=0 and AllowUserResizing=1 in control properties) and should work.

Hope it helps.

_LF
 
Yep, thats exactly what I am looking for. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top