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]
    struct ItemList
    @nogc nothrow @property
    long
    maxTextLines
    ()
  2. long maxTextLines [@property setter]

Meta