views:

38

answers:

1

So i have a listbox, and here is what im trying to acheive:

  1. have the class style adding/selecting/removing sort of like a TreeView
  2. 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)
  3. when selected/not selected, the items will have a transparentish picture overlay

What I need to know:

  1. Is there a (free/opensrouce) control that this can be easliy accoplish this
  2. If No to 1, how should i begin to create this, (where to start, what to avoid etc)
A: 

I ended up using a user control, and created children that draw themselves, and then just included them in my listbox, so i got it working! thanks anyways guys

Tommy