Blazor ListView Example - Nested Lists
This sample demonstrates the nested list functionalities, which allows you to navigate to the sub-list items by clicking any item and navigating back to the list item using the back icon at the top left.
Folder
The ListView component supports nested lists. To achieve list navigation, the Child property should be defined for the nested list in the array of JSON
.
This sample has a nested folder with subfolders or files.
More information about the nested list feature can be found in this documentation section.