blob: 130e5f01a0cc9d23de40fb58f13eeff4bc7d7ba5 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:j="clr-namespace:java.lang">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<TableViewer Name="TableViewer">
<TableViewer.columnProperties>
<j:String>Name</j:String>
<j:String>Age</j:String>
</TableViewer.columnProperties>
</TableViewer>
</Composite>