Unplanned
Last Updated: 17 Mar 2021 08:57 by ADMIN
Mark
Created on: 17 Mar 2021 08:57
Category: ListView
Type: Bug Report
0
ListView: [iOS] Right Border is displayed on iPhone devices with notch when ListViewGridLayout is with two columns

Telerik RadListView with two Columns - they are Thumbnails with a tap gesture. When we change the Spancount to 1 there is no right border line but when set back to 2 it shows as the screenshot on IOS, 

The issue happens on iPhone 11, XR, devices with a notch, and when ListViewGridLayout is with SpanCount="2".



Workaround: Set the background color of the ListViewItemStyle to Transparent

<telerikDataControls:RadListView.ItemStyle>
    <telerikListView:ListViewItemStyle BorderWidth="0" 
                                        BackgroundColor="Transparent"/>
</telerikDataControls:RadListView.ItemStyle>

 

0 comments