I have a CustomControl inherited from a TextBox which is not setting its Width
property when place it to a window at design time. the TextBox required a Width
of 120 at design time by default.
How can I set my control width to 120 by default?
Solution more correct for development of control, if exist