TextFieldLineLimits


Known direct subclasses
TextFieldLineLimits.MultiLine

The text field will be at least minHeightInLines tall, if the text overflows it will wrap, and if the text ends up being more than one line the field will grow until it is maxHeightInLines tall and then start scrolling vertically.

TextFieldLineLimits.SingleLine

The text field is always a single line tall, ignores newlines in the text, and scrolls horizontally when the text overflows.


Values that specify the text wrapping, scrolling, and height measurement behavior for text fields.

Summary

Nested types

The text field will be at least minHeightInLines tall, if the text overflows it will wrap, and if the text ends up being more than one line the field will grow until it is maxHeightInLines tall and then start scrolling vertically.

The text field is always a single line tall, ignores newlines in the text, and scrolls horizontally when the text overflows.

Public companion properties

TextFieldLineLimits
Cmn

Public companion properties

Default

val DefaultTextFieldLineLimits