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
Considering the following XAML:
<utu:AutoLayout Background="Blue" Grid.Column="1" Spacing="5" PrimaryAxisAlignment="Stretch"> <Rectangle Fill="Green" utu:AutoLayout.PrimaryAlignment="Stretch" utu:AutoLayout.CounterAlignment="Stretch" MaxWidth="100" MaxHeight="100" /> </utu:AutoLayout>
The rectangle will be aligned top-left in the AutoLayout
This Playground snippet also illustrate the problem: it should be centered.
The text was updated successfully, but these errors were encountered:
carldebilly
Successfully merging a pull request may close this issue.
Considering the following XAML:
Current result
The rectangle will be aligned top-left in the AutoLayout
Expected
Other
This Playground snippet also illustrate the problem: it should be centered.
The text was updated successfully, but these errors were encountered: