The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi, I've initially used SfListView to list my categories (financial types) with dynamic count in a span layout. 3 columns fixed and rows are dependent to count of items (from 4 up to 14 as of now).
However, as you can notice from the screenshots, the layout of screen is terrible.
I want yellow SfListview to fit in the layout regarding to rows...
I cannot find the hint and looking forward to your precious support.
PS: I've got online chat support but abstracts from documentation and KB relavant to listview limitations did not help me or was not clear to solve the issue.
SSSaiGanesh Sakthivel Syncfusion Team May 11, 2020 11:43 AM UTC
Hi Murat,
Thank you for contacting Syncfusion support.
We have checked the reported query “ListView size is not properly fit” from our end. We would like to inform that you can achieved your requirement by calculating the total height of listview Container by using container propertychanged and set the calculated totalextent value to the Listview HeightRequest. Please refer to the following code snippet for your reference.