cabasm
May 14th, 2008, 07:17 AM
On a groupbox control I add at runtime a listbox control. But only the part of the listbox inside the groupbox is displayed. I need to show the whole listbox control even it the listbox is bigger than the parent groupbox. I call the BringToFront( ) method on the listbox object but it doesn't help.
If I create the listbox by adding it at design time, it is displayed correctly even if the listbox is bigger than the parent groupbox.
How can i resolve this problem?
Thanks!
If I create the listbox by adding it at design time, it is displayed correctly even if the listbox is bigger than the parent groupbox.
How can i resolve this problem?
Thanks!