how to change Combobox arrow size

1 Answer 240 Views
ComboBox
Wael
Top achievements
Rank 1
Iron
Wael asked on 16 Jun 2023, 02:26 PM

not sure why the size of the combobox arrow is that small , any idea how to change it?

 

 

Thanks,

1 Answer, 1 is accepted

Sort by
0
Accepted
Wael
Top achievements
Rank 1
Iron
answered on 19 Jun 2023, 01:01 PM

sorted using the below xaml code

 


     <telerik:RadComboBox.DropDownButtonIconTemplate>
          <DataTemplate>
                <telerik:RadGlyph Glyph="{Binding}" Foreground="#0e3b43" Height="25" Width="25"/>
         </DataTemplate>
    </telerik:RadComboBox.DropDownButtonIconTemplate>

Stenly
Telerik team
commented on 19 Jun 2023, 02:16 PM

Thank you for sharing your solution with us. I am happy that you were able to achieve the desired result.
Tags
ComboBox
Asked by
Wael
Top achievements
Rank 1
Iron
Answers by
Wael
Top achievements
Rank 1
Iron
Share this question
or