Creating Columns with ListBox
Creating Columns with ListBox
(OP)
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





RE: Creating Columns with ListBox
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 (www.videosoft.com) has such features (set FixedCols=0 and AllowUserResizing=1 in control properties) and should work.
Hope it helps.
_LF
RE: Creating Columns with ListBox