Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 99250

RadList and bound ObservableCollection

$
0
0

I figured out the CustomRenderer for iOS to disable swipe left

 

publicclassCustomRadListRenderer : ListViewRenderer
    {
 
protectedoverridevoidOnElementChanged(Xamarin.Forms.Platform.iOS.ElementChangedEventArgs<Telerik.XamarinForms.DataControls.RadListView> e)
        {
            base.OnElementChanged(e);
            Control.CellSwipeLimits = newUIEdgeInsets(0, 60, 0, 0);
        }
    }

Viewing all articles
Browse latest Browse all 99250

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>