talktome
04-30-2006, 10:31 PM
Hi all,
This post was originally in the .net general forum but I think it should be better to post here:
In a groupbox I have a series of controls, due to the size of the groupbox I can only allowed to place a listbox in it with height has 1 line/item tall.
Potentially the listbox will be populated with 20-30 items so I'm managed to change the height of the listbox in the mouse_enter/mouse_leave event.
It works fine except the listbox's height is > groupbox's height as a result the bottom "expanded" porton is invisible to user, so I'm wondering is there any method to make the listbox "layer" on top of the groupbox's?
Thanks in advance.
This post was originally in the .net general forum but I think it should be better to post here:
In a groupbox I have a series of controls, due to the size of the groupbox I can only allowed to place a listbox in it with height has 1 line/item tall.
Potentially the listbox will be populated with 20-30 items so I'm managed to change the height of the listbox in the mouse_enter/mouse_leave event.
It works fine except the listbox's height is > groupbox's height as a result the bottom "expanded" porton is invisible to user, so I'm wondering is there any method to make the listbox "layer" on top of the groupbox's?
Thanks in advance.