Click or drag to resize

ItemListMaxTextLines Property

Maximum lines of text allowed in each item. Space will be reserved even when there is not enough lines of text to display.

Note: This property takes effect only when IconMode is . To make the text wrap, FixedColumnWidth should be greater than zero.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int MaxTextLines { get; set; }

Property Value

Type: Int32
See Also