Force pivot item to preload before it's shown
问题 I have a Pivot with several PivotItems, one of which contains a canvas that places its items in dynamic locations (depending on the data). I get the data, and I can place the items in their place before the user can choose this item (this isn't the first pivot). However, only when I select the PivotItem, the canvas renders itself, so you can see it flicker before it's shown as it should. Is there a way to force the canvas to render before it's shown, so everything's prepared by the time the