标签: java-me lwuit
我有一个TextArea,我希望它的高度根据其内容动态增长:所以不需要滚动条。如何实现?
答案 0 :(得分:1)
在setGrowByContent(true);上使用TextArea。
setGrowByContent(true);
TextArea