-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button inside HyperlinkButton not working #239
Comments
Just checking, is the Uri given by FIleUri showing in the hyperlink? |
Why are you even using a Button inside a HyperlinkButton? |
I've never seen a UI where a button sits on top of another button. Anyway, instead of having Button inside HyperlinkButton, why don't you create a Control which wraps the Hyperlink and the delete button?
Also, note you don't need to put Width and Height on the Button, because of the alignment it should take the icon image size. |
Yes this is alternate solution, Thanks, but above scenario works in silverlight that's why I was trying it. Anyway I am going to implement your solution. Thanks. |
If we are placing Button control inside HyperlinkButton control as a content (see below example). Button command or event does not work in Fayde. Same scenario works in silverlight.
Using fayde version:0.19.7
The text was updated successfully, but these errors were encountered: