I am authoring a new usercontrol and I want to know then the container control resizes, and when it does set the width of the usercontrol to be that of the container
I though I might be able to set the alignable property and set this to be AlignTop but this didn't work when the container was a tabcontrol because it moved the control over the tabs.
I don't believe that the AbientChanged event fires on a parent resize?
Is there some way of detecting this?
