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의 다음 예제에서는 가로 방향을 StackPanel기반으로 하는 활동의 디자이너 Parallel 를 보여 ItemsPanel 줍니다.

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

설명

사용자 지정 패널 템플릿을 제공하여 포함된 항목의 레이아웃을 사용자 지정하고 제어할 수 있습니다. 기본값 ItemsPanel 은 세로 방향입니다 StackPanel. 예를 들어 활동 ItemsPanel 디자이너 Parallel 의 경우 가로 지향 StackPanel을 기반으로 합니다.

적용 대상