You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2022. It is now read-only.
If a MultiSelectTreeViewItem contains controls (e.g. CheckBox or ComboBox) which are laid out inside objects that don't have AutomationPeers (e.g. Grid or StackPanel), the controls will not be reported as children of the MultiSelectTreeViewItem. This means they can't be used in automated tests.
I have a fix for this and will be submitting a pull request.