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
I think this type of conversion is very common, should we let QuickConverter do it automatically?
<Control Visibility="{qc:Binding '$P', P={Binding ABoolType}}" />
Including Hex/RGB String to Color/SolidColorBrush etc.
Hex/RGB String
Color
SolidColorBrush
The text was updated successfully, but these errors were encountered:
But should false be Hidden or Collapsed?
false
Hidden
Collapsed
Sorry, something went wrong.
@ReneVogt I think false should be converted to Hidden, because assuming the source is a nullable bool, then null should be converted to Collapse.
nullable bool
null
Collapse
我想可以参考 CalcBinding.
No branches or pull requests
I think this type of conversion is very common, should we let QuickConverter do it automatically?
Including
Hex/RGB String
toColor
/SolidColorBrush
etc.The text was updated successfully, but these errors were encountered: