PDA

View Full Version : Using ListView - a Listbox on steroids



Rasm
04-06-2011, 01:19 AM
I just learned how to use a ListView instead of a normal ListBox. I really luv the way it works. I have uploaded what I used to get familiar with this control. I am sure it can do much more than what I show in my example. So any suggestions/comments on how you use a ListView would be much appreciated. I have used View=3 (this is how the data is displayed) - simply cuz that what what I needed.

Excel Fox
04-06-2011, 01:58 AM
Thanks again for another contribution Rasm :applause:

Rasm
04-07-2011, 04:19 PM
btw - I really like how you can re-size the columns from the GUI - also I hooked it up you so you can click in the column header and sort

Rasm
04-09-2011, 03:34 AM
The Listview allows you to have different width per column - also the column width can be re-sized by the user just as in excel itself. Also the Explorebar functionality is there - allowing you to sort by simply clicking the column header