Code: Select all
<vgroup>
<listview id="project" MultiSelect="true" Alternate="true" notify="active">
<column ID="prg-lines" title="Project lines" width="850" Sortable="false"/>
</listview>
<hollywood display="3" />
</vgroup>
On RapaGui 1.2 the same listview is showed with a minimal height, then the hollywooh box and then a large empty space.
To avoid that I had to add to the listview definition height="500". I suppose that in case of window resize I have to reset the height by code.
Forgot to mention I'm actually working on Windows 10