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,

  1. you have extend sencha touch functionality
  2. please use this link
  3. use following css

    .x-scroll-indicator { opacity: 0.5 !important; }

--sridhar


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -