Example of Default Functionalities in Blazor ListBox Component
This sample demonstrates the default functionalities of a ListBox component. Click any item to select a single item and Ctrl + click to select multiple items.
Select your favorite car:
- Hennessey Venom
- Bugatti Chiron
- Bugatti Veyron Super Sport
- SSC Ultimate Aero
- Koenigsegg CCR
- McLaren F1
- Aston Martin One-77
- Jaguar XJ220
- McLaren P1
- Ferrari LaFerrari
The ListBox is a graphical user interface component used to display a list of items.
In this sample, data is bound to the ListBox using the DataSource property. You can select your favorite cars from the ListBox.
More information about the Blazor ListBox component can be found in the documentation section.