Widget 2.0, Newscrollview, Scrollheight Has No Effect

After a few hours of research on why scrollHeight had no effect in my code, i fired up the sample Code for scrollView and noticed the same issue as in my code : the last few lines can’t be read and can be seen only during the dragging phase.

I played around with the scrollHeight, but it doesn’t have any effect whatsoever. A scrollHeight of 10000 in the sample code still won’t allow to see the end of the text.

Danny?

Cheers,

Dim

After a few hours of research on why scrollHeight had no effect in my code, i fired up the sample Code for scrollView and noticed the same issue as in my code : the last few lines can’t be read and can be seen only during the dragging phase.

I played around with the scrollHeight, but it doesn’t have any effect whatsoever. A scrollHeight of 10000 in the sample code still won’t allow to see the end of the text.

Danny?

Cheers,

Dim

Hi currently the widget height isn’t being calculated dynamically correctly. This is fixed and will be available soon.
The issue in this case is that the height returned by the text isn’t 100% accurate so it stops short.

Adding a bottomPadding value of about 50 is the way I recommend doing this right now. Fixes will be rolling out very soon.

thanks!

Thank you! :slight_smile:

After a few hours of research on why scrollHeight had no effect in my code, i fired up the sample Code for scrollView and noticed the same issue as in my code : the last few lines can’t be read and can be seen only during the dragging phase.

I played around with the scrollHeight, but it doesn’t have any effect whatsoever. A scrollHeight of 10000 in the sample code still won’t allow to see the end of the text.

Danny?

Cheers,

Dim

Hi currently the widget height isn’t being calculated dynamically correctly. This is fixed and will be available soon.
The issue in this case is that the height returned by the text isn’t 100% accurate so it stops short.

Adding a bottomPadding value of about 50 is the way I recommend doing this right now. Fixes will be rolling out very soon.

thanks!

Thank you! :slight_smile: