<telerik:RadColorPaletteView HorizontalAlignment="Left" Width="150" PaletteOrientation="Horizontal" PaletteColumnsCount="8" ItemsSource="{Binding AvailableColors}" SelectedItem="{Binding TagColor, Mode=TwoWay}" SelectionChanged="RadColorPaletteView_SelectionChanged" />We are using the ColorPaletteView with a defined set of 13 colors in two rows. There is sufficient spacing between the columns but vertically the color items seem to not have any spacing between them.
How do I specify the spacing between the rows of color items?