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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?