Skip to content

Instantly share code, notes, and snippets.

@mattregul
Created January 10, 2019 20:20
Show Gist options
  • Save mattregul/edb5219149afa4136045b87ad606d9aa to your computer and use it in GitHub Desktop.
Save mattregul/edb5219149afa4136045b87ad606d9aa to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:App4"
x:Class="App4.MainPage">
<StackLayout
Orientation="Vertical"
VerticalOptions="FillAndExpand"
>
<StackLayout
VerticalOptions="FillAndExpand"
Padding="70,5,0,0"
>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
<FlexLayout
Direction="Row"
Wrap="Wrap"
>
<Label
FlexLayout.Grow="1"
FlexLayout.Basis="100"
Text="NOTES"
/>
<Label
FlexLayout.Grow="2"
FlexLayout.Basis="150"
Text="1This is a test to see if the word wrap will not cut off. 2This is a test to see if the word wrap will not cut off. 3This is a test to see if the word wrap will not cut off. 4This is a test to see if the word wrap will not cut off. 5This is a test to see if the word wrap will not cut off. 6This is a test to see if the word wrap will not cut off. 7This is a test to see if the word wrap will not cut off. 8This is a test to see if the word wrap will not cut off."/>
</FlexLayout>
</StackLayout>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment