Closed
Description
.NET version
.NET 8.0.100-rc.2.23469.4
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, this issue also repro's in .NET3.1/5.0/6.0/7.0.
Issue description
This issue is similar with 7263. Edit control of TreeViewNode will be placed as a first child of the TreeView in accessibility tree.
Steps to reproduce
- Create a Winforms .NET Core application
- Add a TreeView control
- Add some root node and child node
- Set TreeView control LabelEdit property is true
- Build and run
- Open Inspect or Accessibility Insights tool
- Click twice on any tree node to start editing it and find Edit control place in tools