Currently the stackpanel control on iOS ignores visibility of child controls and reserves layout space for invisible controls. It should not do this. Also, when control visibility is changed, it needs to trigger a layout update (so that any upstream containers can redo their layouts based on this change).
Currently the stackpanel control on iOS ignores visibility of child controls and reserves layout space for invisible controls. It should not do this. Also, when control visibility is changed, it needs to trigger a layout update (so that any upstream containers can redo their layouts based on this change).