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 suspect this is due to the layout revamp, but I cannot align along the x axis in a vstack.
new VStack() { new ShapeView(new RoundedRectangle(4.0f) .Fill(Colors.Grey)) .Frame(40,30) .Background(Colors.Transparent) .HorizontalLayoutAlignment(LayoutAlignment.End) .Margin(top:30, right:30),
The ShapeView should be positioned to the end of the VStack (far right), but it defaults to the center and HorizontalLayoutAlignment does nothing.
HorizontalLayoutAlignment
The text was updated successfully, but these errors were encountered:
I believe I fixed this yesterday. want to check the dev nuget? You can download it here: https://github.com/dotnet/Comet/actions/runs/1700790716
Sorry, something went wrong.
No branches or pull requests
I suspect this is due to the layout revamp, but I cannot align along the x axis in a vstack.
The ShapeView should be positioned to the end of the VStack (far right), but it defaults to the center and
HorizontalLayoutAlignment
does nothing.The text was updated successfully, but these errors were encountered: