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
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 >>