Not limit-to-list dropdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Is there a way to easily configure a Windows Form dropdown so that you can add new items (in MS Access there is a property "limit to list"). I didn't see any such single property

I'm trying to implment functionality like IE's address bar - it's a dropdown which allows you to see your recent history of URLs, yet you can still type in a new address as if it were a textbox

Any ideas are appreciated
Thanks
Mar
 
Mark,

I think you mean a ComboBox. Make sure its DropDownStyle property
is set to "DropDown".

Hope this helps, Toh

Mark said:
Hello,
Is there a way to easily configure a Windows Form dropdown so that you can add new items (in MS Access there is a property
"limit to list"). I didn't see any such single property.
I'm trying to implment functionality like IE's address bar - it's a dropdown which allows you to see your recent history of URLs,
yet you can still type in a new address as if it were a textbox.
 
Back
Top