Hi all, I created a custom item renderer and in it I have:

<Canvas>
  <HBox>
    <Text>
  </HBox>
</Canvas>


The text inside <Text> includes spaces like /r, so most items take up
at least two lines. However my problem is that it only seems to be
rendering the first line of text and is not displaying the rest.

If I set the height strictly it'll display the full text, but this
would seem odd for items that are only one line of text.

Anyone have issues/solutions with variable heights in list items?

Reply via email to