以下のマークアップのタイプのプロパティのいずれかDataTemplate
またはプロパティに割り当てることができるのはなぜですか:-ControlTemplate
Template
ControlTemplate
<Style TargetType="ListBox">
<Setter Property="Template">
<Setter.Value>
<!--
Visual Studio Intellisense shows
both ControlTemplate and
DataTemplate here.
-->
</Setter.Value>
</Setter>
</Style>