Вопрос

Is there a way to make TileList's items' label multiline without messing with its cell renderer ? thanks

Это было полезно?

Решение

The documentation specifies that TileList's default cell renderer, ImageCell, displays a single-line label. I've looked around but it can't be changed by a public method or property.

So to use multi-line labels you will probably need to make your own cell renderer (possibly extending the ImageCell or CellRenderer class).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top