ItemList.maxTextLines

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 constant ICON_MODE_TOP. To make the text wrap, fixedColumnWidth should be greater than zero.

  1. long maxTextLines [@property getter]
  2. long maxTextLines [@property setter]
    struct ItemList
    @nogc nothrow @property
    void
    maxTextLines
    (
    long v
    )

Meta