[IR-ext] selection support for complex ItemTemplate #611
Labels
control/extensions-helpers-markup
Related to attached properties, helper classes, or markup extensions without a finer tag
kind/enhancement
New feature or request.
Anything else we need to know?
By design, IR-extensions only properly supports selection if the root element in the item-template is a
SelectorItem
derived class.What would you like to be added:
Allow the target element of selection to be not just the template root.
This should probably be done through some marker property, ex:
or
Why is this needed:
In figma, we often encounter case where it is impossible to generate a "clean/lean" item-template. And, we need to support these scenario, where the targeted
SelectorItem
can be found nested under the item-template.For which Platform: all
The text was updated successfully, but these errors were encountered: