pashooo
14 years agoContributor
Cant "FindChild" however the child exist
I try to use FindChild method in such way: DockingManager.FindChild("NativeClrObject.Name", "DocumentPane", 3)
... but TC cant find it, and says that it doesnt exist(
But the
"DockingManager.WPFObject("ResizingPanel", "", 1).WPFObject("ResizingPanel", "", 1).WPFObject("DocumentPane", "", 1)" object is exist.
I have used FindChild method and it works correctly, but not for this object(((
Why the "FindChild" cant find ...WPFObject("DocumentPane", "", 1)" among children?