-
Hello, On the following pic:
So what's the alternative when AndExpand is removed ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Have you tried FlexLayout? You could have one per row with FlexLayout.Grow="1" applied to the text and FlexLayout.Shrink="0" to the switch/button. That should give you something analogous to a StackLayout with AndExpand applied. |
Beta Was this translation helpful? Give feedback.
-
@softlion Can you post your layout (XAML or C#) that you are currently using to achieve your desired layout with "AndExpand"? |
Beta Was this translation helpful? Give feedback.
@softlion Can you post your layout (XAML or C#) that you are currently using to achieve your desired layout with "AndExpand"?