When adjusting a label on windows forms editing - when autoSize is enabled - the label handles change to a single drag handle from the eight resize handles. I have my own forms object which I'd like to make duplicate this behavior: that is when autosize is true it should display only a single move handle not the resize handles. Anybody have example code for how to accomplish this?
Thanks in advance for your help!