Hello.
I am using a DataTemplate
(a StaticResource
) in several places in my application as in an ItemsControl
, ContentControl
and in a ToolTip
.
The template contains an Expander
, and I want its IsExpanded
property to be true if the DataTemplate
is located within a ToolTip
.
Any recommendations?