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
Hey there, thank you for the awesome library!
Is there a way to use calc binding with RowDefinition or ColumnDefinition that use the * notation like
RowDefinition
ColumnDefinition
<Grid.ColumnDefinitions> <ColumnDefinition Width="0.3*" /> <ColumnDefinition Width="0.7*" /> </Grid.ColumnDefinitions>
where I would like to use a CalcBinding like this
<Grid.ColumnDefinitions> <ColumnDefinition Width="{c:Binding (Value + \*)}" /> <ColumnDefinition Width="{c:Binding ((1 - Value) + \*)}*" /> </Grid.ColumnDefinitions>
Is there some way to do this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there, thank you for the awesome library!
Is there a way to use calc binding with
RowDefinition
orColumnDefinition
that use the * notation likewhere I would like to use a CalcBinding like this
Is there some way to do this?
The text was updated successfully, but these errors were encountered: