Mittwoch, 12. Mai 2010

List Box Horizontal ausrichten (Horizontal orientation)

<Listbox Margin="10" x:Name="listBox1">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ListBox>

Keine Kommentare:

Kommentar veröffentlichen