Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
not sure why the size of the combobox arrow is that small , any idea how to change it?
Thanks,
sorted using the below xaml code
<telerik:RadComboBox.DropDownButtonIconTemplate> <DataTemplate> <telerik:RadGlyph Glyph="{Binding}" Foreground="#0e3b43" Height="25" Width="25"/> </DataTemplate> </telerik:RadComboBox.DropDownButtonIconTemplate>