View Single Post
06/20/17, 03:16 AM   #3
Lum1on
AddOn Author - Click to view addons
Join Date: Aug 2016
Posts: 18
Originally Posted by sirinsidiator View Post
You can register different data types for different heights, but in the end you need to stick to predefined row heights. Otherwise the scroll list can't calculate the overall height of the content and won't be able to render correctly.
Thanks for the answer.

But I don't really understand... So I can only have one height for all the data items I have in my ZO_ScrollList? That simply doesn't make any sense.

And I don't really need any different data types for different heights. I want to display a text and if it's too long and it's pushed to a second (or third, fourth, ...) row, the item's height (contentHeight) would change so that it doesn't overlap with other texts inside the ZO_ScrollData.
  Reply With Quote