Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expan

Status
Not open for further replies.

MarcCama

IS-IT--Management
Mar 14, 2003
62
BR
Hi everybody,

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.

normal.jpg

and
expanded.jpg


Someone knows some site to download it?

Thanks,
 
Because I need multi lines selections.

Thanks,
 
Just use a readonly textbox, a button, and a listbox which you will conditionally hide or show.
 
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.


Senior Software Developer
 
>>I will use this control in several places of my application, and would be so complicated to control your suggestion.

May be a creating a usercontrol with what you want will help you.
Not sure how much you will have success in it.

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top