I have listbox whos data are populated at run time.
<split id= "split1" splitterPosition="70" minWidth="100%">
<vbox id="vBox2" width="100%" spacing="false" expand="vBox4">
<hbox width="100%">
<h5 text="I am SheelAI, a legal assistant AI specialized in Indian Legislation." width="100%" classNames="sectionLabel"/>
</hbox>
<vbox id="vBox4" spacing="false" padding="false" width="100%" expand="messageListBox">
<listBox id="messageListBox"/>
</vbox>
<hbox id="vBox6" width="100%">
</hbox>
</vbox>
The data is rendered using rendrer.
The listbox doesnot show scrollbar but force full view to scroll.
How to solve this.
Regards and Thanks