Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 TileList 的项目标签多行而不弄乱它的单元格渲染器?谢谢
文档指定TileList的默认单元格渲染器ImageCell显示单行标签。我环顾四周,但它不能被公共方法或属性改变。
TileList
ImageCell
因此,要使用多行标签,您可能需要制作自己的单元格渲染器(可能扩展ImageCellorCellRenderer类)。
CellRenderer