Announcement

Collapse
No announcement yet.

ItemsControl mit Grid verbinden

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • ItemsControl mit Grid verbinden

    Hi,

    ist das eventuell möglich, ein z. B. ItemsControl mit einem Grid in XAML so zu verbinden, damit der Inhalt des ItemsControls automatisch jeweils links und rechts in den Grid-Zellen stehen. Der Inhalt wird bei mir momentan von oben nach unten gefüllt:

    Code:
    <ItemsControl ItemTemplateSelector="{StaticResource myResource}"
     ItemsSource="{Binding Path=content}" />
    ----------------------------------------
    | Content 1 | Content 2 |
    ----------------------------------------
    | Content 3 | Content 4 |
    ----------------------------------------
    | Content 5 | Content 6 |


    Danke im Voraus
Working...
X