SynchroLabs / SynchroServer

The Synchro Server platform
https://synchro.io
1 stars 2 forks source link

iOS stackpanel should not reserve layout space for hidden child elements #24

Closed BobDickinson closed 10 years ago

BobDickinson commented 10 years ago

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).

BobDickinson commented 10 years ago

Fixed in client project checkin.