Is there a way to make TileList’s items’ label multiline without messing with its cell renderer ?
thanks
Is there a way to make TileList’s items’ label multiline without messing with its
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
ImageCellorCellRendererclass).