blob: 26f7ee455a754fd863143c5d958d50eca4f34f27 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
xmlns:j="clr-namespace:org.eclipse.xwt.tests.jface">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<ListViewer Name="listView">
<ListViewer.control.layoutData>
<GridData horizontalAlignment="FILL"
grabExcessHorizontalSpace="true"/>
</ListViewer.control.layoutData>
</ListViewer>
</Composite>