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

height % tableViewRow

$
0
0

Hello

You can place a tableViewRow percentages and its child objects?

ejem:

fila = Ti.UI.createTableViewRow();
 
        var input = Ti.UI.createLabel({
            text:selectRow.fieldByName('name'),
            width:'50%',
            left:'5%',
            color:'#333',
 
        });
 
        fila.add(input);
 
        var viewDown = Ti.UI.createView({
            left:'%5',
            width:'90%',
            height:'100%',
            backgroundColor:'#333',
            top:100
        });
thanks

Viewing all articles
Browse latest Browse all 8068

Trending Articles



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