This is a migrated thread and some comments may be shown as answers.

RadCombobox with Rounded corner and no scrollbar

1 Answer 230 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Prakash
Top achievements
Rank 1
Prakash asked on 18 Dec 2013, 12:04 PM
Hi how to get corner radius ie, rounded corner combobox in WPF, and also i dont need ro show the scrollbar while it showing items in the combobox?
thanks

1 Answer, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 21 Dec 2013, 08:27 AM
Hello,

You need to modify the NonEditable control template and Editable control template of RadComboBox and especially CornerRadius property of the ChromeButton. The approach is demonstrated in the attached project using Implicit Styles approach.

You need to set the ScrollViewer.VerticalScrollBarVisibility  property to Disabled inside RadComboBox definition in order to disable the Scroll Viewer.

Regards,
Masha
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ComboBox
Asked by
Prakash
Top achievements
Rank 1
Answers by
Masha
Telerik team
Share this question
or