Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Add Support For Expander In FindChild

Open adstep opened this issue 11 months ago • 0 comments

Fixes

Addresses #472

Adds support for searching an Expander control's header. The current logic only searches the content of the Expander control, but not the header.

PR Type

What kind of change does this PR introduce?

Bugfix

What is the current behavior?

Doesn't find framework elements in the header of an Expander control.

What is the new behavior?

Finds framework elements in the header of an Expander control.

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • [x] Based off latest main branch of toolkit
  • [ ] Tested code with current supported SDKs
  • [x] Contains NO breaking changes

Other information

No tests. I believe the Logical Tree Tests are not being run (#474).

adstep avatar Feb 11 '25 03:02 adstep