This question is locked. New answers and comments are not allowed.
Hi !, Following XAML shows implementation,
my problem is shown in attached screen shot. please help to fix this issue.
a not acceptable workaround to this is giving MinWidth="250" to telerik:RadDocking. But this is creating in more issue.
<telerik:RadDocking x:Name="radDock" BorderThickness="0" Padding="0" AllowUnsafeMode="True" HasDocumentHost="False" ShowResizePreview="False" MouseLeftButtonUp="radDock_MouseLeftButtonUp"> <telerik:RadSplitContainer InitialPosition="DockedRight" MinWidth="200" MaxWidth="200"> <telerik:RadPaneGroup x:Name="toolBoxradPaneGroup"> <telerik:RadPane Name="pan" Header="{Binding Path=LocalizedStrings.Toolbox,Source={StaticResource ResourceObj}}" CanUserClose="False" CanFloat="False" ContextMenuTemplate="{x:Null}" AutoHideWidth="200"> <telerik:RadPane.Content > <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"></RowDefinition> <RowDefinition Height="*"></RowDefinition> </Grid.RowDefinitions> <!-- toolkit:Accordion data goes here --> </Grid> </telerik:RadPane.Content> </telerik:RadPane> </telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking>my problem is shown in attached screen shot. please help to fix this issue.
a not acceptable workaround to this is giving MinWidth="250" to telerik:RadDocking. But this is creating in more issue.