Skip to content

Instantly share code, notes, and snippets.

@Artgerto
Created January 14, 2018 11:13
Horizontal stack layout
new StackLayout{
Spacing = 0,
Orientation = StackOrientation.Horizontal,
Children = {
new Label {
HorizontalOpions = LayoutOptions.CenterAndExpand
},
new Label {
Text = "horizontal.",
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment