Hi Marcin,
Thanks for your update.
We don’t have control which supports view types as ListView. But it can be achieved by followings,
List View and Report View
The GridListControl does not have support for Icon view and small icon view. But we can add the images or icons in the GridListControl cells. For more information, refer the below sample,
<InstalledLocation\Syncfusion\EssentialStudio\VersionNumberWindows\Windows\Grid.Windows\Samples\Grid List Control\Getting Started\CS> . You can use the GridListControl for ListView and Report View.
Large icons and Small icons
You can use GroupView Control for Large icons and Small icons. The GroupView control is a List-type control that can display a list of items.
For more information, please refer the below sample,
<InstalledLocation\Syncfusion\EssentialStudio\VersionNumberWindows\Windows\Tools.Windows\Samples\GroupBar\GroupView\CS>
Regards,
Pavithra K.