senchaDevLearner
1 May 2012, 1:31 AM
Hello,
Is it possible to show the indicator of a horizontal scroll panel permanently by using Sencha touch 2 ?
I tried below code with Sencha touch 2 for list panel,but its not working for me.Please help ,Thanks in advance.
xtype : 'list',
listeners : {
painted : function() {
Ext.override(Ext.scroll.indicator.CssTransform, {hide: function() {return false;},initialize:function(){this.show();}});
Ext.override(Ext.scroll.indicator.Default, {hide: function() {return false;},initialize:function(){this.show();}});
Ext.override(Ext.scroll.indicator.ScrollPosition, {hide: function() {return false;},initialize:function(){this.show();}});
},
Thanks,
Is it possible to show the indicator of a horizontal scroll panel permanently by using Sencha touch 2 ?
I tried below code with Sencha touch 2 for list panel,but its not working for me.Please help ,Thanks in advance.
xtype : 'list',
listeners : {
painted : function() {
Ext.override(Ext.scroll.indicator.CssTransform, {hide: function() {return false;},initialize:function(){this.show();}});
Ext.override(Ext.scroll.indicator.Default, {hide: function() {return false;},initialize:function(){this.show();}});
Ext.override(Ext.scroll.indicator.ScrollPosition, {hide: function() {return false;},initialize:function(){this.show();}});
},
Thanks,