Is there a .NET component out there that is similar to Firefox's location bar?
I need all the features of the Firefox address bar, but I want to control the "history" from which the suggestions are made.
This is for Winforms or WPF.
Is there a .NET component out there that is similar to Firefox's location bar?
I need all the features of the Firefox address bar, but I want to control the "history" from which the suggestions are made.
This is for Winforms or WPF.
I doubt it; it's effectively just an editable ComboBox. It would be pretty easy to replicate in WPF.
Is there any part of the control you think would be difficult to implement?