How to disable a widget from getting culled too early?

I have a few user-created widgets in a canvas panel that moves around in another static canvas panel with clipping enabled. and the widgets get culled before they are fully off screen, its important they don’t because they are large and information at the bottom of them is important and not always visible on screen all at once. it dosent seem changing their size has any effect on when they get culled.

They disappear as soon as their centre goes off-screen space, right?