windows runtime - How to style using TemplatedControl within ItemsControl ItemTemplate -
i'm trying make templatedcontrol multiple controltemplate , datatemplates. templatedcontrol have few itemscontrols. i'm trying bind templatedcontrol dp's style it.
in wpf {binding relativesource={relativesource ancestortype={x:type controls:control_name}}, path=whatever_style}
in winrt can't parent control.
is there way this?
the 1 way found sticking control styles in tag , pushing down tree. hate approach though
Comments
Post a Comment