In Development
Last Updated: 26 Mar 2025 15:26 by ADMIN
Leigh
Created on: 21 Mar 2025 13:01
Category: CollectionView
Type: Bug Report
0
CollectionView: [iOS] [MacCatalyst] Items height increase continuously when adding margin in ItemViewStyle
Setting the ItemViewStyle to have a Margin of any value greater than zero makes the items height to increase continuously when scrolling. 
1 comment
ADMIN
Didi
Posted on: 21 Mar 2025 13:03

Workaround:

Add ItemLength

<telerik:RadCollectionView ItemsSource="{Binding Locations}"
                           DisplayMemberPath="City">
    <telerik:RadCollectionView.ItemsLayout>
        <telerik:CollectionViewLinearLayout ItemLength="44" />
    </telerik:RadCollectionView.ItemsLayout>

Regards,
Didi
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!