Creating a ListView/TreeView using Category (Control Panel-Like) View
I currently have an application which uses a regular ListView with groups to show a bunch of modules.
I would like to use a Category view. Category view is the new view introduced in Windows Vista for the Control Panel:
Is there a third party control or a way (via API) to create a ListView which mimics the behavior of the Windows 7 Control Panel?
开发者_StackOverflow- Categories with icons and action links.
- Separate events for Category Click and Action Click.
- One or two column layout
- Separators between action links or lines
EDIT: Seems like Windows is using a TreeView (SysTreeView32) control internally for this.
It's not a ListView, not a TreeView, its the enigmatic DirectUIHWnd. Been around a long time, back to XP's Welcome screen. Still not documented.
精彩评论