Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions aspnet/ListView/Customize-Header.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)

4 changes: 2 additions & 2 deletions aspnet/ListView/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions aspnet/ListView/VirtualScrolling.md
Original file line number Diff line number Diff line change
@@ -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,

Expand Down