I need to design table view with rows having dynamic content similar like Facebook or twitter, where every row may have different size, content etc... I am able to achieve the data part of it.. but Table row height is causing an issue. I want to keep the table row height as per what is it's content height and not fixed predefined.
I tried using 'auto' and Ti.UI.FILL properties but it then take the complete screen space....and not retract it to actual content in that row. Is it possible, I can get the actual height of the row content in controller? I used $.rowview.size.width and $.rowview.size.height but it gives me 0 values.