Windows 资源管理器 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:
If anyone knows of any free or paid control libraries that have this, please answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要创建自己的控件来执行相同的操作(假设您传递了可以分为文件夹的正确文件路径)。
这里有一篇 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#.