Categories | Question details Back To List | ||
dhtmlxlayout border and resizing How can I control the border size? And how can I auto resizing dhtmlxlayout? Thank you~ Answer posted by Alex (support) on Jan 21, 2010 02:54 >> How can I control the border size? Layout API doesn't allow to control the border size. It's necessary to customize layout to change it. >> And how can I auto resizing dhtmlxlayout? There is a method that automatically resizes layout. You can try to call setSizes() method when the size of the parent is changed: layout.setSizes(); |