I used the pallete and defined node template to be used by it. But it displays nodes with there links inside the pallete. I don’t want these links. I just want nodes. Here is the screen shot:
Here is the code:
<go:Palette x:Name=“myPalette” Grid.Row=“1” AllowDelete=“False” AllowDrop=“False” AllowEdit=“False” AllowGroup=“False” AllowLink=“False” AllowPrint=“False” AllowMove=“False” GridSnapEnabled=“True” BorderThickness=“0” Padding=“5” HorizontalContentAlignment=“Left” VerticalContentAlignment=“Top” NodeTemplate="{StaticResource NodeTemplate}" VerticalAlignment=“Stretch”/>