Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Xamarin/ListView/Working-with-SfListView.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ Download the entire source code from GitHub [here](https://github.com/Syncfusion

## Scrolling ListView without virtualization

`SfListView` allows you to scroll by loading the entire collection of items inside the `ScrollView` and defining the total extend of its container to `HeightRequest` in the [Loaded](https://help.syncfusion.com/cr/xamarin/Syncfusion.ListView.XForms.SfListView.html#Syncfusion_ListView_XForms_SfListView_Loaded) event.
`SfListView` allows you to scroll by loading the entire collection of items inside the `ScrollView` and defining the total extend of its container to `HeightRequest` in the [Loaded](https://ej2.syncfusion.com/javascript/documentation/drop-down-list/getting-started/) event.

{% tabs %}
{% highlight xaml %}
Expand Down