Skip to content

Instantly share code, notes, and snippets.

@cwensley
Created March 7, 2019 23:29
Show Gist options
  • Save cwensley/716d8c37b865730dfb3352953de64032 to your computer and use it in GitHub Desktop.
Save cwensley/716d8c37b865730dfb3352953de64032 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Form xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="My Eto Form" ClientSize="400, 350" Padding="10">
<StackLayout>
<StackLayoutItem Expand="True" HorizontalAlignment="Stretch">
<TreeGridView>
<GridColumn HeaderText="Some Column">
<TextBoxCell Binding="{Binding MyProperty}"/>
</GridColumn>
</TreeGridView>
</StackLayoutItem>
<Label>Some Content</Label>
</StackLayout>
</Form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment