WPF“对象”类似于 Windows 资源管理器的浏览器?
我正在编写一个服务器管理应用程序。我想显示一个“网格”或任何你想称呼它的东西,每个服务器都有一个图标。有点像资源管理器为每个文件/文件夹提供一个带有文本的图标。这需要是“网格”布局的原因是,每个服务器都显示在网格上,并带有服务器的小屏幕截图,以及所述屏幕截图下方的服务器名称。类似于在 iTunes 中浏览专辑(专辑图标,下面是名称)。
目标是拥有它,以便用户能够右键单击服务器并获得带有一些选项的菜单,或者选择服务器并且新的“管理”选项卡将出现在我的应用程序的功能区上。
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 browsing 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WPF 做任何您想做的事情。
有关复制 Windows Vista/7 视图菜单的好文章,请查看 WPF 博士的这篇文章。
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.