Skip to content

Instantly share code, notes, and snippets.

@se5a
Created July 9, 2016 22:28
Show Gist options
  • Select an option

  • Save se5a/ba1b80437e6db4d55ab1f8e661cde47f to your computer and use it in GitHub Desktop.

Select an option

Save se5a/ba1b80437e6db4d55ab1f8e661cde47f to your computer and use it in GitHub Desktop.
<Scrollable >
<TableLayout>
<TableRow ScaleHeight ="True">
<StackLayout ID ="AbilityTemplates"/>
</TableRow>
<TableRow ScaleHeight ="False">
<Panel Height="2" />
</TableRow>
<TableRow ScaleHeight ="False">
<Button Command="{Binding NewAbilityCommand}" Text="AddAbility"/>
</TableRow>
</TableLayout>
</Scrollable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment