I tried using Width, PreferredDockSize , PreferredFloatSize, and it didn't work. Docks are always created and their size is set to the half of the space of their host.
3 Answers, 1 is accepted
0
Julian Benkov
Telerik team
answered on 21 Mar 2007, 08:08 AM
Hello Veljko,
To change the size of a DockPanel or any other IDockable implementation your should use the Size property. In the latest release the PreferredDockSize, PreferredFloatSize properties have new run-time improvements.