blob: 8f1dba0b93aa55a6b5b122950b5a9c3a1ea5760f [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:j="clr-namespace:java.lang"
text="Table Test">
<Shell.layout>
<GridLayout numColumns="1"/>
</Shell.layout>
<Table x:style="BORDER|SINGLE|FULL_SELECTION" HeaderVisible="true" LinesVisible="true">
<TableColumn width="150" text="Name"/>
<TableItem text="Line-Name1"/>
<TableItem text="Line-Name2"/>
<TableItem text="Line-Name3"/>
</Table>
</Shell>