次の方法で共有


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の に基づいています。

適用対象