fork download
  1. <ListBox ItemsSource="{Binding StringList}">
  2. <ListBox.ItemTemplate>
  3. <DataTemplate>
  4. <Button Content="{Binding}" />
  5. </DataTemplate>
  6. </ListBox.ItemTemplate>
  7. </ListBox>
  8.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty