Im adding many TextFields to a Canvas via rawChildren.addChild (its a long story why I dont use Label, but essentially Im doing it for better performance).
I also added a ScrollBar and am responding to that by repositioning the TextFields in code. Its all working very smoothly, but I cant seem to find a way to clip the raw children to the bounds of the container. Is there a way to do this, or do I sacrifice all features like this when using raw children? If so, is there any way I can clip a sprite? Thanks

