In my toolbar, I have a label tool and I want to shrink its size to smaller or autofit. I tried to change the width from SharedProps.Width property. No luck :(
Any help is appreciated.
Thanks.
-Se
Sorry, typo's in that reply
Set the MinWidth to 0 (or whatever you want, anything but -1), then the MaxWidth to what you want (like 55) then when you change the Width property it does what you want.
I found that if Set the MinWidth to 0, the MaxWidth to 10, and Width to what the MaxWidth is, it does what u want.