Hi,<br>I have a usercontrol that uses pixels as its scalemode.<br>The problem is that when say my usercontrol is say 6000 pixels in width its container form only displays 200 pixels.<br>(Those numbers aren't accurate)<br>No matter what scalemode I put the form in it still only displays a fraction of my control.<br>The control is larger than the displayed portion.<br><br>Does anyone know what is occuring?<br><br>One thought I had which I will try is when I resize the control internally I could trigger an event and resize externally as well. I could use some sort of locking to prevent reentry into my resize code.<br><br>Any Ideas?