Skip to content

Commit c5caa87

Browse files
Merge pull request #350 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents e2c8c3c + 49b0e90 commit c5caa87

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

aspnet/ListView/Customize-Header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Customize-Header| ListView | ASP.NET Webforms | Syncfusion
4-
description: customize header
4+
description: Learn here about customize header in Syncfusion Essential ASP.NET Webforms ListView Control, its elements, and more.
55
platform: aspnet
66
control: ListView
77
documentation: ug
88
---
99

10-
# Customize Header
10+
# Customize Header in ASP.NET Webforms ListView
1111

1212
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.
1313

@@ -40,5 +40,5 @@ Refer the following code example.
4040

4141
Run the code to get the following output
4242

43-
![Customize-Header](Customize-Header_images/Customize-Header_img1.png)
43+
![ASP.NET Webforms ListView Customize Header](Customize-Header_images/Customize-Header_img1.png)
4444

aspnet/ListView/Data-Binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ control: ListView
77
documentation: ug
88
---
99

10-
# Data Binding
10+
# Data Binding ASP.NET Webforms ListView
1111

12-
### Local Data Binding
12+
## Local Data Binding
1313

1414
**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.
1515

aspnet/ListView/VirtualScrolling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Virtual Scrolling | ListView | ASP.NET Webforms | Syncfusion
4-
description: virtual scrolling
4+
description: Learn here about virtual scrolling in Syncfusion Essential ASP.NET Webforms ListView Control, its elements, and more.
55
platform: aspnet
66
control: ListView
77
documentation: ug
88
---
99

10-
# Virtual Scrolling
10+
# Virtual Scrolling in ASP.NET Webforms ListView
1111

1212
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,
1313

0 commit comments

Comments
 (0)