We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not 100% sure if this would be possible or even a good idea yet, but could we respect guard properties when bound to methods as well?
http://stackoverflow.com/questions/23815239/why-is-the-guard-property-for-a-toggle-button-ignored-when-its-name-matches-a-p/
From a convention point of view I don't think it'll always make sense and make for some weirdly named view model properties.
For instance:
public string Username { get; set; } public bool CanUsername { get { return LoginMethod == LoginMethods.Username; } }
The text was updated successfully, but these errors were encountered:
I don't think this is a good idea, it would make everything weird.
Sorry, something went wrong.
Yeah, thinking about it some more it would add too much confusion. Closing.
#44 Remove unused platform code
ecc0766
No branches or pull requests
Not 100% sure if this would be possible or even a good idea yet, but could we respect guard properties when bound to methods as well?
http://stackoverflow.com/questions/23815239/why-is-the-guard-property-for-a-toggle-button-ignored-when-its-name-matches-a-p/
From a convention point of view I don't think it'll always make sense and make for some weirdly named view model properties.
For instance:
The text was updated successfully, but these errors were encountered: