Can someone tell me how can I add a CommandLink control in a WPF window?
This is what I mean by CommandLink : http://msdn.microsoft.com/en-us/library/aa511455.aspx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WPF Task Dialog Wrapper provides an implementation of a
CommandLinkuser control.Here’s an example of how to show command links:
The library is licensed under the The Code Project Open License.
Seven Update has another nice implementation of a
CommandLinkButton.This is how it looks like:
Bear in mind that is a project licensed under the GPL v3 license.
This guide might help too:
Creating Command Link Controls in Silverlight with Expression Blend 3 and Behaviors