Resize Parent?

My listbox class resizes itself after it is populated.
How do i tell the parent container that it isn’t big enough such that the window is resized?

you can defne a Event (via Menu) and then use RaiseEvent EventName in a Method

@Brian O’Brien — You can access the parent container of any RectControl with the Parent property. In your case, I would advise that you add a method like ResizeToFitContents to the container of your ListBox and that you call it from your ListBox resizing method.