G
Guest
Hi, all winform experts
If I add a listbox control on a form, when the size of the form decreases and the height of the form is less than the height of the listbox, part of listbox will be hidden.
However if I add a combobox to the form, when the combobox is clicked, all the items can be seen even the height of the form is less that the height of the combobox. Does someone know how to make the items in the listbox displayed all the time (just like combobox) ?
Do I need to draw the listbox ? or is there any property I need to set
Thanks
Jac
If I add a listbox control on a form, when the size of the form decreases and the height of the form is less than the height of the listbox, part of listbox will be hidden.
However if I add a combobox to the form, when the combobox is clicked, all the items can be seen even the height of the form is less that the height of the combobox. Does someone know how to make the items in the listbox displayed all the time (just like combobox) ?
Do I need to draw the listbox ? or is there any property I need to set
Thanks
Jac