开发者

WPF "object" browser similar to Windows explorer?

开发者 https://www.devze.com 2023-02-16 01:43 出处:网络
I\'m writing a server management application. I want to show a and a \"grid\" or whatever you want to call it, with an icon for each server. Kind of like how Explorer has an icon with text for each fi

I'm writing a server management application. I want to show a and a "grid" or whatever you want to call it, with an icon for each server. Kind of like how Explorer has an icon with text for each file/folder. The reason this needs to be a "grid" layout is that each server is shown on the grid with a small screenshot of the server, plus the server name below said screenshot. Similar to brows开发者_开发百科ing albums in iTunes (icon of the album, name underneath).

To goal is to have it so a user will either be able to right-click a server and get a menu with some options, or select the server and a new "manage" tab will appear on my application's Ribbon.


You can do whatever you want with WPF.

For a nice article on replicating the Windows Vista/7 View menu, check out this article by Dr. WPF.

WPF "object" browser similar to Windows explorer?

0

精彩评论

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