Re: WinForms Drop Down List
- From: Sericinus hunter <serhunt@xxxxxxxxx>
- Date: Wed, 16 Aug 2006 13:03:09 -0400
S Wheeler wrote:
Hi-
Hopefully this is a simple one. I need a "Drop down list" - kind of like a Combo Box but without the ability to type arbitrary text. I tried a list box, but I want to only show one item in the list, unless the user selects the "drop" arrow, it which case the list expands and the user can select a single item. I am using .net c++ winforms and have done this before, but can not find the right magic to make it work under .net / winforms. Thanks for the help!
Combobox has a property DropDownStyle. You may want to set it to DropDownList.
.
- Follow-Ups:
- Re: WinForms Drop Down List
- From: S Wheeler
- Re: WinForms Drop Down List
- References:
- WinForms Drop Down List
- From: S Wheeler
- WinForms Drop Down List
- Prev by Date: WinForms Drop Down List
- Next by Date: Re: load resources (string-table) from database
- Previous by thread: WinForms Drop Down List
- Next by thread: Re: WinForms Drop Down List
- Index(es):
Relevant Pages
|