How can I automatically adjust the height of a label control to display entire label content. I am looking for something like
{ view:“label”, label:“Some Text”, id:“label_1”, labelWidth:400, height:“auto”,align: “left”}
As the “some Text” changes the label height should adjust accordingly.
Thanks.