Help- any alternative way to show scroll bar with fit layout using column layout.
Help- any alternative way to show scroll bar with fit layout using column layout.
Hi,
I am using column layout having 2 columns .First column is displaying tabpanel and inside tabpanel - portal panels .I am having problem to attach scrollbar with columns.if i dont put layout:'fit' , then contents within tabpanel are not showing properly. as I am using fit layout,maybe thatswhy i am not able to see scroll bar...can any one suggest how to achive it.I want to show tabcontents inside one of column with scrollbar.
Thanks for your reply.
I want to have same height for both column..so thats not issue.
main issue is how to have scroll bar if i m using fit layout.
I tried fitHeight:true, and removed layout:'fit' line but not working.
If I dodnt use layout:'fit', it doesnot display whole content in that column.
please let me know....
Well it won't give you the same height for each column unless you use my extension or hbox.
Where are you wantiung this scrollbar? The only place that I see appropriate for one is the second column, and that already has autoScroll:true, and will therefore offer scrollbars if the content overflows.