views:

360

answers:

3
+1  A: 

Without having seen the pic (did you forget to include it?), I'm guessing you're talking about groups within a ListView. This is pretty easy to accomplish.

Take a look at the MSDN documentation on the ListView.Groups property. Once you've defined your groups ("Template Categories" and "Microsoft Office Online" in your example) you can specify a Group on each ListViewItem to make it stay within that group.

Matt Hamilton
Thanks Matt, I can get the headers working now. No idea what happened to the pic, it shows when i go into 'edit' mode.. im missing something (stack overflow newb)
Michael Dausmann
A: 

You can check out the IntegralUI ListView control, which is very customizable list control with plenty of options to change the overall appearance. The Groups are also supported whether you are using SmallIcon, LargeIcon or Details view.

Lokey
A: 
Michael Dausmann