Hi Biss-Fotec,
We have analyzed the reported issue. To resolve the issue, please set the CachingStrategy of ListView to RecycleElement, as shown in the following code
snippet,
Code snippet
|
<ListView x:Name="listView"
ItemsSource="{Binding BookInfo}" CachingStrategy="RecycleElement"
RowHeight="100">
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Grid Padding="10">
<rating:SfRating x:Name="rating" Precision="Standard"
/>
</Grid>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
|
Please have a sample from the attachment.
Please check and let us know if you have any concerns.
Regards,
Suganya Sethuraman.
Attachment:
ListViewRating_8fe42535.zip