WPF“对象”类似于 Windows 资源管理器的浏览器?

发布于 2024-10-21 13:59:06 字数 251 浏览 3 评论 0原文

我正在编写一个服务器管理应用程序。我想显示一个“网格”或任何你想称呼它的东西,每个服务器都有一个图标。有点像资源管理器为每个文件/文件夹提供一个带有文本的图标。这需要是“网格”布局的原因是,每个服务器都显示在网格上,并带有服务器的小屏幕截图,以及所述屏幕截图下方的服务器名称。类似于在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[旋木] 2024-10-28 13:59:06

您可以使用 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.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文