[RESOLVED] Rounded Combobox
Why does the dropdown arrow disappears when I try to use the following code? Is there any other method which I can round out the corners of the combobox? Thanks!
Code:
<ControlTemplate x:Key="ComboBoxTemplate" TargetType="{x:Type ComboBox}">
<Grid>
<Border x:Name="border" Background="White" BorderBrush="#FFFFC934" BorderThickness="2" CornerRadius="10,10,10,10" Width="Auto" Height="Auto">
</Border>
</Grid>
</ControlTemplate>
Re: [RESOLVED] Rounded Combobox
Re: [RESOLVED] Rounded Combobox
Re: [RESOLVED] Rounded Combobox
Hi dee-u,
Attached project that helps a lot for the rounded combobox
Do you have all other controls template
if yes please attach only the control templates..i just wanted to explore all this
Thanks
decuser.
Re: [RESOLVED] Rounded Combobox
Quote:
Originally Posted by
decuser
Hi dee-u,
Attached project that helps a lot for the rounded combobox
Do you have all other controls template
if yes please attach only the control templates..i just wanted to explore all this
Thanks
decuser.
You can try searching them in MSDN. :)
Re: [RESOLVED] Rounded Combobox
Hi,
I am interested in control templates of the control available in the NetVerse screen.I searched MSDN couldn;t get the ones i wanted.
I saw your netverse screen and with you sample project i could see only combobox template not the other ones..i just need the button,textbox templates as available in the screen
kindly help me
thanks
decuser
Re: [RESOLVED] Rounded Combobox
All the rounded control templates are in the netverser project. This one is just for hte rounded combobox
Re: [RESOLVED] Rounded Combobox
Here is the link to the project in CodeBank
http://www.vbforums.com/showthread.p...18#post3631718
Check out the NetVerserStyles.xaml file ;)
Re: [RESOLVED] Rounded Combobox
Great example! I have one question: how is the gradient around the combobox controlled? I've set almost every color to #FFF and nothing seems to change it. Thanks for any help you can offer.
Re: [RESOLVED] Rounded Combobox
can't find attachment WpfApplication1.zip . Please upload again....
Re: [RESOLVED] Rounded Combobox
Quote:
Originally Posted by
makanimanthan
can't find attachment WpfApplication1.zip . Please upload again....
Its in post #3 ;)