Autoscroll on parent panel, when there is overflow on child panels.Extjs
Posted
by
Ashwin
on Stack Overflow
See other posts from Stack Overflow
or by Ashwin
Published on 2011-02-09T14:53:28Z
Indexed on
2011/02/10
7:25 UTC
Read the original article
Hit count: 365
I'm having a single Parent Panel, which has 2 child panels. One has content dynamically created, while the other is fixed height and width. The Parent panel is using border layout, with center and east regions defined. I'm trying to get autoscroll to trigger on the parent panel when there is an overflow on on the center region panel. I've set the autoscroll option to true to the parent panel, but everytime there is an overflow on the center panel, it just gets cuts off. When I'm adding an overflow to center region panel, i get a scrollbar for that panel alone. I don't need that, but rather I want it on the entire Parent Panel. Let me know if anyone has any suggestions..
© Stack Overflow or respective owner