Windows 资源管理器 Crumb-Bar 控件

发布于 2024-09-19 01:19:20 字数 169 浏览 6 评论 0原文

我正在为我的应用程序寻找一个最好是免费的面包屑栏控件。对于那些现在知道它是什么的人来说,它是资源管理器顶部的地址栏:

crumb bar

如果有人知道任何有此功能的免费或付费控件库,请回答。

I am seeking a, preferably free, crumb-bar control for my app. For those that do now know what it is, it is the address bar on the top of explorer:

crumb bar

If anyone knows of any free or paid control libraries that have this, please answer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

回忆那么伤 2024-09-26 01:19:20

您可能想要创建自己的控件来执行相同的操作(假设您传递了可以分为文件夹的正确文件路径)。

这里有一篇 MSDN 杂志文章这展示了如何实现面包屑控制。

即使您使用的是 C#,将本文中的 VB.NET 代码转换为 C# 也相当容易。

You might want to create your own control that would do the same (given that you pass a correct file path that can be divided in folders).

There is a MSDN Magazine article here that shows how to implement a breadcrumb control.

Even though you are using C#, it'll be fairly easy to convert the VB.NET code in the article to C#.

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