blob: a4aa83e98b32f255b22c3f6a46de8a31965f6cac [file] [log] [blame]
<j:CompanyView
xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:j="clr-namespace:org.eclipse.xwt.tests.view">
<j:CompanyView.layout>
<GridLayout numColumns="2"/>
</j:CompanyView.layout>
<Label Text="Company name:"/>
<Text x:Style="BORDER" Text="{Binding Path=name}"/>
<Label Text="Manager:"/>
<Group text="Person View:">
<Group.layout>
<FillLayout/>
</Group.layout>
<j:PersonView DataContext="{Binding Path=manager}"/>
</Group>
</j:CompanyView>