-1

I'm search a component/possibility that allows me to create such a nice looking "Component installed Yes/No" list like this:
(source: dotnet-forum.de)

What is the best way to do this? A modified "CheckedListBox", a Table or paint it myself?

Thanks.

Community
  • 1
  • 1
Tim Siefert
  • 606
  • 2
  • 7
  • 13

2 Answers2

1

The control rendered is a list view. You can add images and headers.

Peter
  • 27,590
  • 8
  • 64
  • 84
1

I advice you to use an ObjectListView. It's easier to use than a ListView (and more fun) and it allows such things easily.

http://objectlistview.sourceforge.net/cs/index.html

vulkanino
  • 9,074
  • 7
  • 44
  • 71