Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I implement an address location bar (bread crumb control) similar to that in Windows Vista's File Explorer?

The explorer control in Windows Vista is very handy and I would like to be able to incorporate it in an application written in WPF. I've been unable to find a stock control that is part of the Framework. This application is being specifically developed for Windows Vista and therefore, having the same look and feel as the OS is desirable.

One could use the Microsoft.Win32.OpenFileDialog, but the problem with that is that it looks nothing like Vista's so it sticks out like a sore thumb.

Any thoughts on a good implementation would be most helpful. I would like to stay away from Third Party components if possible, but am definitely open to all suggestions.

like image 595
Scott Saad Avatar asked Oct 15 '08 18:10

Scott Saad


2 Answers

Actipro makes a really good WPF breadcrumb control. There's also an open source WPF breadcrumb control that I might actually give a try.

like image 188
Robert S. Avatar answered Oct 24 '22 06:10

Robert S.


I haven't yet tried it but look at VistaBridge... It gives you all the Vista look dialog boxes!

like image 29
rudigrobler Avatar answered Oct 24 '22 04:10

rudigrobler