Created
July 9, 2016 22:28
-
-
Save se5a/ba1b80437e6db4d55ab1f8e661cde47f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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