Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This will probably solve your problem, I have added an DIV before VBOX, you can notice it below</p> <pre><code>&lt;tabpanel id="mtp" &gt; &lt;--------## your 2nd panel ### &lt;div style="overflow:auto;position:relative"&gt; &lt;--change### &lt;vbox id="modulesTabpanelVbox" spacing="2" width="99%"&gt; &lt;listbox &gt; &lt;listhead sizable="true"&gt; &lt;listheader label="Name" sort="auto(name)" sortDirection="descending" hflex="min"/&gt; &lt;listheader label="Description Description Description Description Description Description" hflex="min" /&gt; &lt;listheader label="Description Description Description Description Description" hflex="min" /&gt; &lt;listheader label="Description" hflex="min"/&gt; &lt;listheader label="Description" hflex="min"/&gt; &lt;/listhead&gt; &lt;listitem &gt; &lt;listcell label="n1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;/listitem&gt; &lt;listitem &gt; &lt;listcell label="n2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;/listitem&gt; &lt;/listbox&gt; &lt;listbox &gt; &lt;listhead sizable="true"&gt; &lt;listheader label="Name" sort="auto(name)" sortDirection="descending" hflex="min"/&gt; &lt;listheader label="Description" hflex="min"/&gt; &lt;listheader label="Description Description Description Description Description" hflex="min"/&gt; &lt;listheader label="Description" hflex="min"/&gt; &lt;listheader label="Description Description Description Description" hflex="min"/&gt; &lt;/listhead&gt; &lt;listitem &gt; &lt;listcell label="n1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;listcell label="d1" /&gt; &lt;/listitem&gt; &lt;listitem &gt; &lt;listcell label="n2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;listcell label="d2" /&gt; &lt;/listitem&gt; &lt;/listbox&gt; &lt;/vbox&gt; &lt;/div&gt; &lt;----- change &lt;/tabpanel&gt; </code></pre> <p>regards, Aman</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload