limit height of first lister widget?
Posted: Sun Sep 28, 2025 8:02 pm
I have got this:
Which options do I have to limit the first lister to a quarter of my windows size? A code snippet would be wellcome, Thx
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
<application>
<window title="ToDo">
<vgroup>
<listview id="lstv_debug" >
<column ></column>
</listview>
<listview id="lstv_main">
<column title="Status" checkbox="true"></column>
<column title="Eintrag" editable="true" Width="100"></column>
<column title="Datum" editable="true"></column>
</listview>
<textentry id="txt_input"> </textentry>
<hgroup>
<button id="btn_new">Hinz.</button>
<button id="btn_del">Entf.</button>
</hgroup>
</vgroup>
</window>
</application>