<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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.