ScrollMessageWidget.setViewableArea

Always set the viewable area AFTER setitng the total area if you are going to change both. NEVER call this from inside a scroll event. This includes through recomputeChildLayout. If you need to do that, use queueRecomputeChildLayout.

class ScrollMessageWidget
void
setViewableArea
(
int width
,
int height
)
Suggestion Box / Bug Report