-
1 Nov 2012 10:36 AM #11
-
1 Nov 2012 10:47 AM #12
I did that and my vertical scroll bar is gone so I can't see all of my grids now. Can only see 3.
-
1 Nov 2012 10:49 AM #13
-
1 Nov 2012 11:31 AM #14
It should be something like this. Did you drop the autoScroll true on the results panel?
Viewport - vbox layout with align stretchFind - with a height
Results - flex 1, no height, vbox with align: 'stretch', and autoScroll: true
Grid1 - with height
Grid2 - with height
Grid3 - with height
Grid4 - with height
Grid5 - with height
Grid6 - with height
-
2 Nov 2012 5:42 AM #15
It didn't help. I have viewport with
Results withCode:var viewP = new Ext.Viewport({ layout:{ type:'vbox', align:'stretch' }, items : [find,results] });
and find with a height. I still don't see the scroll bar on the right and I just see 3 grids. I'm attaching the picture...Capture.jpgCode:sentry.ResultPanel = Ext.extend(Ext.Panel, { id:'resultContainer', frame:false, autoScroll:true, flex:1, layout:{ type:'vbox', align:'stretch' },



Reply With Quote