I have made a program to keep track of my 'To Do' list here at work. These things 'to do' are listed in a listview with columns such as name, due date, due time, etc. Some of these things 'To Do' have certain requirements associated with them before I can say I have completed them. I'd like to display a progress bar for each task showing the progress of the task based on how many of the requirements are done.
So, I had this cool idea. Instead of using some extended list view to display a column entirely made up of progressbars, I thought it would be neat to have a progressbar with 50% opacity spanning the entire row across all columns. The task data in each column would still show but behind it is this progressbar.
Is is possible to apply opacity on a single control? If so, how? If not, any other ideas to get what I want to happen?
So, I had this cool idea. Instead of using some extended list view to display a column entirely made up of progressbars, I thought it would be neat to have a progressbar with 50% opacity spanning the entire row across all columns. The task data in each column would still show but behind it is this progressbar.
Is is possible to apply opacity on a single control? If so, how? If not, any other ideas to get what I want to happen?