Hi, i have tableview for listing about 50 items. I am adding two label to tableview's row. One label height static but other one is not. I assign className to rows for faster scrolling to tableview. For this reason tableview all rows change to same height. But my some label height is bigger or smaller than tableview row height. Dynamic height label's height value and tableview row height value is Ti.UI.SIZE. Label's wordwrap value is true. I have tried assign to "auto" to tableview row and label height value but nothing changed. Do you have any suggestion for solve this problem?
Thank you in advance