ClippingNode add ScrollView

Hi all,

I am trying too use ClippingNode to add ScrollView

My mission is let ScrollView With Polygon content size,

But I use Clipping addChild ScrollView

and then I set ClippingNode stencil

It’s not working@@?

omm

I think I find the solution

scrollView.setClippingType(ccui.Layout.CLIPPING_SCISSOR);

that’s will resolve this problem.

thx all.