Replies: 1 comment
-
Changing from a HorizontalStackLayout to a Grid without any column definition (just a single column), seems to work. It seems the HorizontalStackLayout has issues.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue that would seem to be very simple. I have a vertical stack layout that has a list of horizontal stack layouts inside. I have the first item in the horizontal stack layout set at the Start and the 2nd at the end, but even though the HorizontalStackLayout fills the page, the second control doesn't move to the end.
Has anyone else had this same issue? I'm running on Windows since is it the quickest, didn't look at the other environments. My iOS environment is basically broken since the update to 17.7.4 - connection issues to the Mac.
Here is my XAML - which seems to be rather simple and an image of the result. You can see the red background which is correct, but the second item in the horizontal stack layout ignores the HorizontalOptions="End".
Beta Was this translation helpful? Give feedback.
All reactions