我正在尝试使用多个 ControlTemplate 和 DataTemplates 制作 TemplatedControl。主要是这个 TemplatedControl 会有几个 ItemsControl。现在我正在尝试绑定回我的 TemplatedControl 以获取 DP 的那种样式。
在 WPF 中,我基本上会喜欢{Binding RelativeSource={RelativeSource AncestorType={x:Type controls:CONTROL_NAME}}, Path=WHATEVER_STYLE}
,但在 WinRT 中,我无法返回父控件。
有没有办法做到这一点?