Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Comida411 on Dec 02, 2007 01:08
open dhtmlx forum
Resize Panels containing dhtmlx menu tree and grid

Hi
I want to build an UI that has the menu tree in the left panel and the grid in the main paenl..
I want the user to be able to resize the panels containing these tools in a fashion similar to this

http://ajaxwidgets.com/AllControlsSamples/Viewport.aspx

I love the dhtmlx tools but I want to be able to contain them in panels allowing the user to resize those panels..

Help

comida411@gmail.com
Answer posted by Support on Dec 03, 2007 03:08
There is no separate "resizer" or "panels" component distributed with component packages so far, but you can use any third party resizer component.
The tree with size defined in percents will change its size automatically, grid will require additional call of
    grid.setSizes()
after each resize, to adjust dimensions.