New to Telerik UI for WPF? Start a free 30-day trial
Appearance
Updated on Sep 24, 2025
You can customize the appearance of the palettes using the ItemsPanel property:
XAML
<telerik:RadColorPaletteView>
<telerik:RadColorPaletteView.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</telerik:RadColorPaletteView.ItemsPanel>
</telerik:RadColorPaletteView>