From 2b47bde5d8d22737688b298618713a32dd3fe98b Mon Sep 17 00:00:00 2001 From: HarithaSuresh-GrowthHacker Date: Wed, 28 May 2025 14:46:28 +0530 Subject: [PATCH] Incorrect URL changed --- Xamarin/ListView/Working-with-SfListView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin/ListView/Working-with-SfListView.md b/Xamarin/ListView/Working-with-SfListView.md index 47efa8aca..b5dfb5af1 100644 --- a/Xamarin/ListView/Working-with-SfListView.md +++ b/Xamarin/ListView/Working-with-SfListView.md @@ -938,7 +938,7 @@ public partial class MainPage : ContentPage Download the entire source code from GitHub [here](https://github.com/SyncfusionExamples/How-to-load-xamarin.forms-listview-for-full-height-without-virtualization). -When `SfListView` is in [AutoFitMode](https://help.syncfusion.com/cr/xamarin/Syncfusion.ListView.XForms.SfListView.html#Syncfusion_ListView_XForms_SfListView_AutoFitMode) as `Height`, the extend of the ListView will be updated only while scrolling. So you can resize the ListView in [VisualContainer]((https://help.syncfusion.com/cr/xamarin/Syncfusion.ListView.XForms.VisualContainer.html)) `PropertyChanged` method as like below. +When `SfListView` is in [AutoFitMode](https://help.syncfusion.com/cr/xamarin/Syncfusion.ListView.XForms.SfListView.html#Syncfusion_ListView_XForms_SfListView_AutoFitMode) as `Height`, the extend of the ListView will be updated only while scrolling. So you can resize the ListView in [VisualContainer](https://help.syncfusion.com/cr/xamarin/Syncfusion.ListView.XForms.VisualContainer.html) `PropertyChanged` method as like below. {% tabs %} {% highlight xaml %}