ScrollView broken on cocos2d-x v4.0

Since I upgraded my game to cocos2d-x v4.0 that all my ScrollView tables are broken, as the contents overflow the table.

Looking into the source of the ScrollView class I see that many methods are now commented:

void ScrollView::afterDraw()
{
    //TODO: minggo

Is there a ETA to finish this?

@zhangxm @coulsonwang

@pccsoares oh, the class is created for CocosBuilder, i’d suggest you using UI::ScrollView instead. I think we forgot to remove it.

1 Like

cool. I’ll start using that one. thanks