I need to have the option list and prompt the user to select "one or more" items from the list. List box is perfectly working fine for me except that i can NOT hide the option list. it displays all the items in the list on screen. my option list has around 30 items and i can;t afford the space as i have other widgets to populate. if i use scroll bar, i still need to show 2-3 items in the list which is okay but am looking for something like optionmenu where it shows just the first elecment. but the problem with this is, i can select only one item from the list.
so i believe the best widget for me is Listbox, only thing is i need to hide all option but the first one. to be precise i am looking for Listbox functionality with Optionmenu appearance!
is there a way to do it?