Share via


WorkflowItemsPresenter.ItemsPanelProperty 필드

정의

ItemsPanel 종속성 속성을 나타냅니다.

public: static initonly System::Windows::DependencyProperty ^ ItemsPanelProperty;
public static readonly System.Windows.DependencyProperty ItemsPanelProperty;
 staticval mutable ItemsPanelProperty : System.Windows.DependencyProperty
Public Shared ReadOnly ItemsPanelProperty As DependencyProperty 

필드 값

예제

다음 예제에서는 XAML 표시 합니다 ItemsPanel 디자이너의 Parallel 기반이 되는 활동 가로 방향의 StackPanel합니다.

<sad:WorkflowItemsPresenter.ItemsPanel>  
  <ItemsPanelTemplate>  
    <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" x:Name="ItemsPanel"/>  
  </ItemsPanelTemplate>  
</sad:WorkflowItemsPresenter.ItemsPanel>  

설명

사용자 지정 패널 템플릿을 제공하여 포함된 항목의 레이아웃을 사용자 지정 및 제어할 수 있습니다. 기본값 ItemsPanel 기반에 세로 방향의 StackPanel합니다. 예시의 경우로 ItemsPanel 디자이너의 Parallel 작업 기반 가로 방향의 StackPanel합니다.

적용 대상