ListBox
Component that can display an array of items in one column.
razor
<ListBox T="Country" ItemsSource="Countries">
<ItemTemplate>
</ItemTemplate>
</ListBox> Component that can display an array of items in one column.
<ListBox T="Country" ItemsSource="Countries">
<ItemTemplate>
</ItemTemplate>
</ListBox>