Hello,
I'd like to set the height of a radsplitter container.
My object has a fixed size, I'd like the RadSplitContainer to have the same....
And finally I don't want the user can resize splitcontainer. have you a property to do that ?
Thanks Aurore
I'd like to set the height of a radsplitter container.
| <telerik:RadSplitContainer InitialPosition="FloatingOnly" x:Name="ZoomContainer" > |
| <telerik:RadPaneGroup > |
| <telerik:RadPane CanDockInDocumentHost="False" CanUserClose="True" x:Name="paneZoom" |
| Header="Zoom" > |
| <Grid> |
| <myoject Width="200" Height="200"/> |
| </Grid> |
| </telerik:RadPane> |
| <telerik:RadSplitContainer> |
My object has a fixed size, I'd like the RadSplitContainer to have the same....
And finally I don't want the user can resize splitcontainer. have you a property to do that ?
Thanks Aurore