DLToolkit.Forms.Controls
DLToolkit.Forms.Controls copied to clipboard
Flowlistview scroll problem
I want to removing flowlistview the scroll Attributes How can i do? I find this but the i can't correct use this. https://github.com/daniel-luberda/DLToolkit.Forms.Controls/issues/74
this problem happen to iOS system
The issue crosses Android and iOS. My flow list view has hidden items so in this case, it's scrollable. So nothing wrong with FlowListView. To disable scrolling, private void ListView_Scrolled(object sender, ScrolledEventArgs e) { var listView = (ListView)sender; var firstItem = listView.ItemsSource.OfType