Parent windows clip their children.

So if you have a window (listbox) which is bigger than its parent (groupbox) then the parent (groupbox) will clip the child window.

So what you're trying to do won't work.

Darwen.