I have a TableLayoutPanel which holds a dynamic number of controls inside a SplitterPanel. A user may want to resize the panel to fit these Controls to avoid use of a scrol
You could hook up the resize event of your parent container and set the e.Handled or e.Cancel property to true and then do a manual redraw on onMouseUp.