Y ykucuk Well-Known Member Licensed User Longtime User May 27, 2016 #1 Hello, i am trying do chat application like whatsapp ui . I need resize label (height) with every message. How can i understand how much i should resize label or do you suggest other control for this need. Thank you
Hello, i am trying do chat application like whatsapp ui . I need resize label (height) with every message. How can i understand how much i should resize label or do you suggest other control for this need. Thank you
fixit30 Active Member Licensed User Longtime User May 27, 2016 #2 You can use the StringUtils library. B4X: StringUtils.MeasureMultiLineTextHeight https://www.b4x.com/android/help/stringutils.html#stringutils_measuremultilinetextheight Upvote 0
You can use the StringUtils library. B4X: StringUtils.MeasureMultiLineTextHeight https://www.b4x.com/android/help/stringutils.html#stringutils_measuremultilinetextheight