show Sencha List scrolling indicator -
i new sencha touch.i want indicate scrolling of list.when list loaded need display scrolling indicator.i getting scrolling indicator on scrolling list.but want indication on loading list. { xtype:'list', scrollable{ direction:'vertical', indicators:true } }
thanks in advance
by default, there won't scroll indicator. scroll indicator not necessary in html5 world. please @ notification , friend list in facebook. scroll won't display time.
we have extend sencha touch functionality implement this. has implemented this feature.
otherwise, implement own method do.
if need this, there 2 choices,
- you have extend sencha touch functionality
- please use this link
use following css
.x-scroll-indicator { opacity: 0.5 !important; }
--sridhar
Comments
Post a Comment