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

No Command Button in WPF???

3 Answers 92 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Ledcor Development Team
Top achievements
Rank 1
Ledcor Development Team asked on 26 Jun 2013, 04:36 PM
I'm looking for a command button in WPF, but it doesn't appear as if there is one.

I would like my command buttons' styling to match the other Telerik controls in the window. Would I be better off trying to match the style with the standard Visual Studio WPF command button or the Telerik WinForms Command Button?


3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 01 Jul 2013, 12:20 PM
Hello Dave,

Let me make a quick clarification first. All our Buttons have a Command property which can be bound to ICommand. Can you please clarify what you have in mind when you say "command button". Furthermore, you can apply different themes that are shipped with our controls out of the box, or you can apply custom template to each control in order to fit your design.

Can you please elaborate more on your final goal and requirements. Maybe you can attach some pictures to show us what you need or describe in more details the behavior that you require.

Thank you for your cooperation.

Regards,
Pavel R. Pavlov
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 >>
0
Ledcor Development Team
Top achievements
Rank 1
answered on 02 Jul 2013, 02:56 PM
I'm talking about the ordinary button that is included with the WPF controls from Microsoft. Telerik has a dropdown button, a split button and a toggle button, but no ordinary button.

I would like to have the styling of my ordinary buttons match the styling of the Telerik controls. So I wasn't sure if I should attempt to use the Telerik WinForms button control or just style the ordinary Microsoft WPF button. I've since found it difficult to use the Telerik WinForm button in WPF, so I've gone with the Microsoft button and just styled it as best as possible to match.

0
Pavel R. Pavlov
Telerik team
answered on 05 Jul 2013, 07:57 AM
Hello Dave,

Can you please take a look at our WPF RadButton control we designed it to represent and upgrade the native Button control. Also, please take a look at this article and see how a RadButton can be styled. If you need to customize the RadButton control even more you will have to extract and edit its default ControlTemplate. You can find more information about extracting ControlTemplates in this article.

I hope this information will help you.

Regards,
Pavel R. Pavlov
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
Buttons
Asked by
Ledcor Development Team
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Ledcor Development Team
Top achievements
Rank 1
Share this question
or