ComboBox.SelectionBoxItemTemplate 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
선택 상자 콘텐츠의 항목 템플릿을 가져옵니다.
public:
property System::Windows::DataTemplate ^ SelectionBoxItemTemplate { System::Windows::DataTemplate ^ get(); };
public System.Windows.DataTemplate SelectionBoxItemTemplate { get; }
member this.SelectionBoxItemTemplate : System.Windows.DataTemplate
Public ReadOnly Property SelectionBoxItemTemplate As DataTemplate
속성 값
항목 템플릿입니다.
예제
다음 예제에서는 합니다 Content 의 속성을 ContentPresenter 에 SelectionBoxItemTemplate 속성. 합니다 ContentPresenter 의 일부인 합니다 ControlTemplate 에 대 한는 ComboBox합니다.
전체 샘플은 ControlTemplates 샘플을 사용한 스타일 지정을 참조하세요.
<ContentPresenter x:Name="ContentSite"
IsHitTestVisible="False"
Content="{TemplateBinding SelectionBoxItem}"
ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}"
Margin="3,3,23,3"
VerticalAlignment="Stretch"
HorizontalAlignment="Left">
</ContentPresenter>
설명
XAML 특성 사용
<object property="{TemplateBinding SelectionBoxItemTemplate}"/>
종속성 속성 정보
식별자 필드 | SelectionBoxItemTemplateProperty |
메타 데이터 속성 설정 true |
없음 |