New to Telerik UI for WPFStart 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>
Not finding the help you need?
Contact Support