Browse Source
* Add failing test for control visibility changing. There was already a test for when visibility moves from visible to invisible but we were missing one for the other way around. * Create peer even for invisible controls. When an invisible control is encountered, unless a peer is created for it, there is nothing to listen for the `IsVisible` property changing to `true`. Make sure we create a peer even for invisible controls; we just don't add them to the child collection.pull/14430/head
committed by
GitHub
2 changed files with 26 additions and 3 deletions
Loading…
Reference in new issue