<ListBox Width="100" Height="100" Background="Transparent"> <ListBox.ItemTemplate> <DataTemplate> <Border> <StackPanel> <WrapPanel> <TextBlock Text="{Binding ListBoxItem.Content}" /> </WrapPanel> </StackPanel> </Border> </DataTemplate> </ListBox.ItemTemplate> <ListBox.Items> <ListBoxItem Content="Item #1" /> <ListBoxItem Content="Item #2" /> <ListBoxItem Content="Item #3" /> </ListBox.Items> </ListBox>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.