'How can I create right-aligned items in the ui with Xamarin.Forms?
I try create this page with StackLayout and Grid, but I can't align rightы controls to right side. Maybe I should use RelativeLayout? But I don't know how align controls to right side
this is my page: http://s9.postimg.org/z5ilck6hb/template.png
UPD. I solved this problem by putting StackLayout with HorizontalOptions = LayoutOptions.EndAndExpand to each grid cell (in the right column)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
