So i have a listbox, and here is what im trying to acheive:
- have the class style adding/selecting/removing sort of like a TreeView
- ListBox items have more than one label docked to different sides of the space ( for example, the item would be thicker, and would be big enough for two labels on top of eachother, and then perhaps another off to the side)
- when selected/not selected, the items will have a transparentish picture overlay
What I need to know:
- Is there a (free/opensrouce) control that this can be easliy accoplish this
- If No to 1, how should i begin to create this, (where to start, what to avoid etc)