开发者

Best component to show info-text with?

开发者 https://www.devze.com 2023-01-24 17:10 出处:网络
I am to have a label/textfield开发者_开发技巧 with some information. Problem is that a RichTextField will change to a grey color when inactive so the user cannot edit the information, and the label\'s

I am to have a label/textfield开发者_开发技巧 with some information. Problem is that a RichTextField will change to a grey color when inactive so the user cannot edit the information, and the label's text will not linebreak with the resizing of the window. What is the best approach to show text that will follow the size of the parent container, like a div in html.

Thanks


Use rich text and set readonly to true rather than setting enabled to false.

0

精彩评论

暂无评论...
验证码 换一张
取 消