Add/Remove programs UI

I have a quick question,

How would i go about creating a menu to look similar to the add/remove programs in windows xp. I Want to display several titles and then when i click on one in the list, the area expands and has more information.

Thank you



Answer this question

Add/Remove programs UI

  • s3ns

    Use a ListBox with DrawMode set to DrawMode.OwnerDrawVariable, and draw the items yourself.


  • Add/Remove programs UI