TreeView does not set the IsExpanded property to false when removing the last child node #2332
Labels
area-TreeView
help wanted
Issue ideal for external contributors
team-Controls
Issue for the Controls team
Describe the bug
TreeView does not set the IsExpanded property to false when removing the last child node.
Logically speaking, if there are no child nodes in the TreeView, then the IsExpanded property should be automatically set to false instead of keeping the current value unchanged
Expected behavior
set the IsExpanded property to false when removing the last child node
Screenshots
Version Info
NuGet package version:
Additional context
The text was updated successfully, but these errors were encountered: