Partager via


WorkflowItemsPresenter.ItemsPanelProperty Champ

Définition

Identifie la propriété de dépendance 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 

Valeur de champ

Exemples

L’exemple suivant en XAML montre le ItemsPanel pour le concepteur d’activités Parallel basé sur un orienté StackPanelhorizontalement.

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

Remarques

En fournissant un modèle de panneau personnalisé, vous pouvez personnaliser et contrôler la mise en page des éléments contenus. La valeur par défaut ItemsPanel est basée sur un orienté StackPanelverticalement. À titre d’illustration, le ItemsPanel pour le concepteur d’activités Parallel est basé sur un orienté StackPanelhorizontalement.

S’applique à