Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Scroll Bar does Not Show All Button ,i make a project For a android device through Titanium

$
0
0

var scrollView = Ti.UI.createScrollView({ top:'33', botton:'20' }); var mainLeft=4,MainTop=2,Maincount=0,lblTop=12; //alert(json.Info.length); for(var i=1; i<20;i++) { try
{ var btn= Ti.UI.createButton({ title:""+i, top:MainTop,left:mainLeft, height:45, width:45,

    });
    scrollView.add(btn);
    }
    catch(e){}
    mainLeft=53;
    if(i%2==0)
    {
        lblTop=30;
        lblTop=lblTop+24; 
        MainTop=MainTop+16+2;
        mainLeft=4;
    }

}


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>