Bagikan melalui


WorkflowItemsPresenter.ItemsPanelProperty Bidang

Definisi

ItemsPanel Mengidentifikasi properti dependensi.

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 

Nilai Bidang

Contoh

Contoh berikut dalam XAML menunjukkan ItemsPanel untuk perancang Parallel aktivitas yang didasarkan pada berorientasi StackPanelhorizontal .

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

Keterangan

Dengan menyediakan templat panel kustom, Anda dapat menyesuaikan dan mengontrol tata letak item yang terkandung. Defaultnya ItemsPanel didasarkan pada berorientasi StackPanelvertikal . Sebagai ilustrasi, ItemsPanel untuk perancang Parallel kegiatan didasarkan pada berorientasi StackPanelhorizontal .

Berlaku untuk