开发者

Creating a ListView/TreeView using Category (Control Panel-Like) View

开发者 https://www.devze.com 2022-12-29 21:13 出处:网络
I currently have an application which uses a regular ListView with groups to show a bunch of modules.

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:

Creating a ListView/TreeView using Category (Control Panel-Like) View

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消