Help me with my ListView Idea!
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I've created a program to track my tasks I have to do at work. I use a listview to display the tasks. Some of my tasks require certain steps be followed before I can complete them. I plan on adding the ability to add requirements to a task. But, here's my idea! I would like to somehow be able to have a ProgressBar that is somewhat transparent across the entire row of each task that shows the progress of that task. I'm trying to figure out if it's possible to have a 1/2 transparent progressbar display on top of each of my tasks. Is it possible? How can I do this?