VB.NET Listview with Progress Bar

Soldato
Joined
3 Jun 2005
Posts
3,329
Location
The South
I've managed to attach (and remove) a progress bar to a listview cell but it's pretty flaky at best with regards to scrolling (which a bit of a nightmare to sort). So I was wondering if anyone has managed to find a (simple, preferably free) Listview control that supports progress bars in individual cells?

I've had a look at ObjectListView but documentation is woeful at best (author doesn't know VB at all) and frankly it's far too OTT (read - PITA to do simple add/remove item rows) for my needs.

Cheers!
 
As I said, I had already but there appears to little VB information around regarding this; especially scrolling of attached objects in a ListView. Hence why I was wondering if anyone knew of a control or a VB.net example.
 
what im suggesting is creating your own custom list view control.

Its very easy create a control that consists of a single row.

Put the controls in a panel and set the auto scroll up and it will do exactly what u want and will look as good as u make it.

If you set the controls dock property to top they will form a list with out any difficult programming
 
what im suggesting is creating your own custom list view control.

Its very easy create a control that consists of a single row.

Put the controls in a panel and set the auto scroll up and it will do exactly what u want and will look as good as u make it.

If you set the controls dock property to top they will form a list with out any difficult programming

Will have a look into this, but is there a name for this or do you know of any guides/tutorials for doing something like this?
Cheers though.
 
Back
Top Bottom