开发者

Explorer theme for WPF ListView?

开发者 https://www.devze.com 2023-02-18 15:55 出处:网络
How do I get the explorer theme in a WPF ListView? I know that one answer is the GridView, but that is like the Details view in Windows Explorer.

How do I get the explorer theme in a WPF ListView?

I know that one answer is the GridView, but that is like the Details view in Windows Explorer.

I need the List, Tiles and Icons view themed like the Explorer.

How do I get 开发者_如何学运维that?


The Windows API Code Pack has an Explorer browser control, which has exactly the same appearance as the Windows Explorer (of course I'm assuming you want to display files, not something else...)

Anyway, if you want to do it yourself, you could create several custom views in addition to the GridView. This way you could just change the View property of the ListView to switch between list, tiles, icons and details. See this MSDN article for details on how to create a custom view.

0

精彩评论

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