Can you scroll roller labels

Can you apply scrolling to the roller labels using LV_LABEL_LONG_SROLL similar function

What do you want to achieve?

I would like a similar function to the LV_LABEL_LONG_SROLL for labels to bounce the text back and forth on long label names.
The roller needs to have a fixed width and only scroll on items that have labels too long to fit.

Currently if a label is too long the whole container increases and overflows

Screenshot

Working with text that fits
no%20long%20text
Long text strings make the roller larger and overflows the container
long%20text

Unfortunately, it’s not supported.
The roller uses one long, multi line label to save RAM, and the lines of a label can’t be scrolled individually.