I'm developing a Visual Basic .NET application and I'm need a Expandable Listbox control. Its behavior should be similar to the example shown when the mouse is over it or not.
Thanks RiverGuy,
But, you knows if have a control that do this automatically? I will use this control in several places of my application, and would be so complicated to control your suggestion.
I would use a small button placed on the right of the single line list that when clicked changed the size of the list and make sure that it is high in the Z-Order (in front).
Or, if you need a more automated version, you could use the MouseEnter and MouseLeave events of the ListBox to expand and contract the control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.