You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I constructed a scrollBox with boxWidth and boxHeight I wanted. Then I gather the items that I want to show in the scroll box in a PIXI.Container and add into scrollBox.content. Everything works fine, but the scroll wheel listener not follow scrollBox position and goes off.
I tried to .resize() and .update() the scrollBox again after added in items containers, but not work either.
Can someone help me with this?
Thanks.
The text was updated successfully, but these errors were encountered:
I constructed a scrollBox with boxWidth and boxHeight I wanted. Then I gather the items that I want to show in the scroll box in a PIXI.Container and add into scrollBox.content. Everything works fine, but the scroll wheel listener not follow scrollBox position and goes off.
I tried to .resize() and .update() the scrollBox again after added in items containers, but not work either.
Can someone help me with this?
Thanks.
The text was updated successfully, but these errors were encountered: