My app uses jqxdocking on a jqxTab. I have 6 panels across and my window size means that I can fit 3 rows of windows. I would like to drag the windows around but I’m restricted in the height. I have a lower tab border around 600px down. If I drag below that I get a vertical scroll. I’d like to increase the size of the docking panel or the panels to the full height of the screen. I can’t increase the size of the floating windows – that would defeat the purpose of this UI approach.
You could set “100%” height of the jqxTabs to take full size. Note: It will take the size of its parent.
Also, you could change the size relevant to changed rows.