This is a migrated thread and some comments may be shown as answers.

RadWrapPanel instead of RadUniformGrid in RadDiagramToolbox

1 Answer 99 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
donovan
Top achievements
Rank 1
donovan asked on 05 Jul 2014, 08:32 PM
In the older version of the RadDiagramToolbox the RadWrapPanel was used and the items would wrap when the toolbox was resized. But now with the RadUniformGrid they are resized.  How can I switch the toolbox back to using the RadWrapPanel like before?

Thanks
Donovan

1 Answer, 1 is accepted

Sort by
0
donovan
Top achievements
Rank 1
answered on 05 Jul 2014, 10:02 PM
Never mind. I figured it out.

<Style TargetType="extensions:RadDiagramToolboxGroup" BasedOn="{StaticResource RadDiagramToolboxGroupStyle}">
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<telerik:RadWrapPanel VerticalAlignment="Top" Orientation="Horizontal" />
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
</Style>
Tags
Diagram
Asked by
donovan
Top achievements
Rank 1
Answers by
donovan
Top achievements
Rank 1
Share this question
or