You need to specify a layout for your panel. If no layout is specified, it defaults to layout: auto which is what is giving you the scrollbar on the outside panel. You'll probably want to specify layout: fit.
You need to specify a layout for your panel. If no layout is specified, it defaults to layout: auto which is what is giving you the scrollbar on the outside panel. You'll probably want to specify layout: fit.
Thank you for your reply ...
But my problem is that I was using version 4.1.1, this version has problem in this component, I updated to 4.1.1a the ItemSelector in this version is working perfect.
Are 2 components, ItemSelector what I am using, not the Multiselect, however:
4.0.2 - Multiselect Ok, ItemSelector ok -> Samples from Sencha Site use this version
4.0.1 - Multiselect Ok, ItemSelector ok
4.1.1 - Multiselect Fail ItemSelector Fail <- My version
4.1.1a - Multiselect Fail, ItemSelector Ok <- I'm using the ItemSelector
I'm beginner with extjs, but I see that each version some component that was working perfect stop working while others who were with problems are corrected. I just hope this update do not damage parts of my project that were ok.
Thanks,
ClaudioPrv
Originally Posted by droessner
You need to specify a layout for your panel. If no layout is specified, it defaults to layout: auto which is what is giving you the scrollbar on the outside panel. You'll probably want to specify layout: fit.
Last edited by claudioprv; 12 Jan 2013 at 6:28 PM.
Reason: Error in version of extjs in post.