Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi Experts,

In my Wpf application I am using combobox and XCTK:checkcombobox from wpfextendedtoolkit.

At the look and feel these two become different styles.

So here I added the template for combobox like XCTK:checkcombobox, here I am unable to change the arrow style of the combobox like XCTK:checkcombobox.

so i am requesting you to give me ideas,

How do i add combobox template like wpf extended toolkit checkcombobox.

Thank you
Posted

1 solution

Hi Kishore,

As i have refered from the Extended Toolkit CheckCombox Style the arrow syle is look as below
XML
<geometry x:key="DownArrowGeometry" xmlns:x="#unknown">M 0,1 C0,1 0,0 0,0 0,0 3,0 3,0 3,0 3,1 3,1 3,1 4,1 4,1 4,1 4,0 4,0 4,0 7,0 7,0 7,0 7,1 7,1 7,1 6,1 6,1 6,1 6,2 6,2 6,2 5,2 5,2 5,2 5,3 5,3 5,3 4,3 4,3 4,3 4,4 4,4 4,4 3,4 3,4 3,4 3,3 3,3 3,3 2,3 2,3 2,3 2,2 2,2 2,2 1,2 1,2 1,2 1,1 1,1 1,1 0,1 0,1 z</geometry>

XML
<path x:name="Arrow" data="{StaticResource DownArrowGeometry}" fill="Black" horizontalalignment="Center" margin="3,0,3,0" verticalalignment="Center" xmlns:x="#unknown" />


Please add this path to your combobox template

Regards,
Vinoth Kumar J
 
Share this answer
 
Comments
D-Kishore 6-Mar-13 0:22am    
Thank you so much, its works fine.
mine 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900