From 55a036f55cfc021760d0382ae82e88dd04198594 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:32:55 +0530 Subject: [PATCH] SEO-3356-semrush-report-issues --- aspnet/ListView/Customize-Header.md | 6 +++--- aspnet/ListView/Data-Binding.md | 4 ++-- aspnet/ListView/VirtualScrolling.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aspnet/ListView/Customize-Header.md b/aspnet/ListView/Customize-Header.md index d4a140327..da7f4f46f 100644 --- a/aspnet/ListView/Customize-Header.md +++ b/aspnet/ListView/Customize-Header.md @@ -1,13 +1,13 @@ --- layout: post title: Customize-Header| ListView | ASP.NET Webforms | Syncfusion -description: customize header +description: Learn here about customize header in Syncfusion Essential ASP.NET Webforms ListView Control, its elements, and more. platform: aspnet control: ListView documentation: ug --- -# Customize Header +# Customize Header in ASP.NET Webforms ListView In **ListView**, you can enable the built-in **Header** support. To show or hide the **Header** in **ListView**, use the `ShowHeader` property. By default, **ListView** is rendered with the **Header**. You can set the title for the **Header** by using the `HeaderTitle` property. @@ -40,5 +40,5 @@ Refer the following code example. Run the code to get the following output -![Customize-Header](Customize-Header_images/Customize-Header_img1.png) +![ASP.NET Webforms ListView Customize Header](Customize-Header_images/Customize-Header_img1.png) diff --git a/aspnet/ListView/Data-Binding.md b/aspnet/ListView/Data-Binding.md index 69c3ff07d..b5e5a54de 100644 --- a/aspnet/ListView/Data-Binding.md +++ b/aspnet/ListView/Data-Binding.md @@ -7,9 +7,9 @@ control: ListView documentation: ug --- -# Data Binding +# Data Binding ASP.NET Webforms ListView -### Local Data Binding +## Local Data Binding **Essential Studio Web ASP ListView** provides support for **Data Binding**. **Data Binding** provides a simple and consistent way for applications to present and interact with data. Elements can be bounded to data from a variety of data sources. In local data binding, the data source is written inside the program. Then it is handled by the **ListView** control. **DataSource** is used to get the **data source** that holds the list items. diff --git a/aspnet/ListView/VirtualScrolling.md b/aspnet/ListView/VirtualScrolling.md index aaaf86c53..3fb00e5b9 100644 --- a/aspnet/ListView/VirtualScrolling.md +++ b/aspnet/ListView/VirtualScrolling.md @@ -1,13 +1,13 @@ --- layout: post title: Virtual Scrolling | ListView | ASP.NET Webforms | Syncfusion -description: virtual scrolling +description: Learn here about virtual scrolling in Syncfusion Essential ASP.NET Webforms ListView Control, its elements, and more. platform: aspnet control: ListView documentation: ug --- -# Virtual Scrolling +# Virtual Scrolling in ASP.NET Webforms ListView We can load large data on demand using "AllowVirtualScrolling" property. By default, "AllowVirtualScrolling" set as boolean value of **"false"**. When it is set true, list items will be loaded on every scroll action. The number of items to be loaded per request can be specified using the “ItemRequestCount” property. We have provided two type of option for virtualScrolling,