Version: 5.3

TextAreaAttributeConstructor

매뉴얼로 전환
public TextAreaAttribute ();
public TextAreaAttribute (int minLines, int maxLines);

파라미터

minLines The minimum amount of lines the text area will use.
maxLines The maximum amount of lines the text area can show before it starts using a scrollbar.

설명

Attribute to make a string be edited with a height-flexible and scrollable text area.