Romick
23 Nov 2011, 9:31 AM
Hi everyone!
I have a little problem with multiselect scroll. When I move item inside multiselect it moves, but it hides when it goes down.
How can i do that selected item, has been visible all-time in boundlist. And bound list automatically scroll when item goes to the end of visible zone.
I tried :
var list = Ext.get('listView');
listViewBody = list.el.child('.x-boundlist');
listViewBody.scroll('down', 50);
but it said no scroll function.
Have you any suggestion to do this?
Here is how it look like:
2952029519
I have a little problem with multiselect scroll. When I move item inside multiselect it moves, but it hides when it goes down.
How can i do that selected item, has been visible all-time in boundlist. And bound list automatically scroll when item goes to the end of visible zone.
I tried :
var list = Ext.get('listView');
listViewBody = list.el.child('.x-boundlist');
listViewBody.scroll('down', 50);
but it said no scroll function.
Have you any suggestion to do this?
Here is how it look like:
2952029519