C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Upendra Pratap Shahi(4)
Emanuel Martins(2)
Delpin Susai Raj(2)
Piyush Pansuriya(2)
Venkata Swamy Balaraju(2)
Kartik Pawar(2)
Anbu Mani(2)
Gnanavel Sekar(2)
Umair Hassan(2)
Vijayaragavan S(2)
Raj Bandi(2)
Mahesh Chand(2)
Shripad Kulkarni(2)
Mike Gold(2)
Shweta Lodha(2)
Amir Ali(2)
Jalpa Dhola(1)
Henri Hein(1)
Ecco Suprastyo(1)
Sai Balaji(1)
Manoj Mittal(1)
Nanddeep Nachan(1)
Ishrak El Andaloussi(1)
Farhan Ahmed(1)
Sathiyamoorthy S(1)
Logesh Palani(1)
Satyaprakash Samantaray(1)
Vinodh Narayanan(1)
Jose Carlos Macoratti(1)
Sandesh Karki(1)
Virendra Thakur(1)
Rakesh Trivedi(1)
Suresh M(1)
Pranav J.Dev(1)
Chandra Shekher(1)
Gaurav Kumar(1)
Khawar Islam(1)
Aqib Mushtaq(1)
Munawar Hussain(1)
Mohammad Awais(1)
Nilesh Jadav(1)
Vijai Anand Ramalingam(1)
Gowtham K(1)
Pankaj Kumar Choudhary(1)
Rahul Prajapat(1)
Charwaka Thupili(1)
Matt Hadden(1)
Pankil Bhatt(1)
Nirmal Hota(1)
Santosh Gadge(1)
Sagar Pardeshi(1)
Shankar M(1)
Gaurav Gupta(1)
Deepak Middha(1)
Sukesh Marla(1)
Richa Garg(1)
Ravi Saklani(1)
Sudhakar Chaudhary(1)
Davin Martyn(1)
Sapna (1)
Jaganathan Bantheswaran(1)
Raj Kumar(1)
Jure (1)
Nipun Tomar(1)
Mostafa Kaisoun(1)
Purushottam Rathore(1)
gola (1)
Muhammad Shakir(1)
lubos (1)
Dan Fontanesi(1)
Abhishek Singhal(1)
Sarvesh Shinde(1)
Saleh Qadeer(1)
Mushtaq M A(1)
Rakesh (1)
Ravi Sharma(1)
Ramakrishna Pathuri(1)
Ashish Verma(1)
Scott Lysle(1)
Riza Kaftan(1)
Arjun Panwar(1)
Ghanashyam Nayak(1)
Resources
No resource found
Infinite Scroll and Loading Indicator in ListView in MAUI MVVM .NET 9 [GamesCatalog] - Part 5
Mar 06, 2025.
This article covers lazy loading, async data fetching, and UI optimization for a seamless user experience in GamesCatalog. Enhance performance with smooth scrolling and dynamic data updates.
Creating a ListView MAUI MVVM .NET 9 [GamesCatalog] - Part 2
Feb 14, 2025.
Create a MAUI .NET 9 project that displays game information using a ListView. Bind a ViewModel with an ObservableCollection of UIIGDBGame items, and design a clean UI using XAML, Grid, and custom styling for a game catalog.
How to Create a ListView Command Set Extension
Nov 12, 2024.
A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing selected items, or integrating with external systems.
Overloading State Images In ListView Controls
Dec 19, 2022.
A technique to quickly implement an action button in the ListView control for WinForms.
How To Create Listview In Flutter Dynamic
Feb 04, 2020.
In this article, you will learn how to create Listview in Flutter Dynamic.
Searchable ListView In UWP
Jan 17, 2020.
In this article we are going to see how to search through a list view using LINQ in a UWP application.
Xamarin.Forms - ListView Context Actions
May 08, 2019.
In this article, you will learn how to add a Context Action in ListView in Xamarin.Forms.
WPF ListView Grouping
Apr 03, 2019.
The code example shows how to group data in a WPF ListView.
SharePoint Framework (SPFX) Extension - Add ListView command Set To List And Document Library
Mar 31, 2019.
In this article, we will learn how to add the ListView command set to SharePoint Online List and Library using SPFX Extension.
How To Change ListView SelectedItem Bg Color In Xamarin.Forms
Oct 18, 2018.
This article describes how we can change ListView SelectedItem bg color in Xamarin.Forms. Sometimes we may need to set different bg color for ListView selected item, So in this article, we can learn how to achieve this functionality using CustomRenderer.
SharePoint Framework Extensions - ListView Command Set Overview
Sep 12, 2018.
In this article, we will explore the ListView Command Set of SharePoint extensions.
Xamarin.Forms - Expandable ListView With A Sub ListView MVVM Pattern
Jul 14, 2018.
In mobile applications we often have lists to display, this is easy only if the list contains simple and not complex structure. This article demonstrates how we create a complex Expandable ListView with a sub ListView in Xamarin.Forms.. This Expandable List allows user to Expand and Collapse items via a simple click. We have a List of Hotels each hotel contains a list of rooms. One click on a hotel will display its rooms while a double click will collapse it.
Removing Items From ListView Using Xamarin.Forms
Jun 29, 2018.
In this article, we will discuss about how to remove an item from ListView Using Xamarin.Forms.
Dynamically Bind ListView Control In ASP.NET From Database - Part Five
Jun 25, 2018.
In this article, I will demonstrate how to dynamically bind ListView control in asp.net from database. Displays the values of a data source by using user-defined templates. The ListView control enables users to select, sort, delete, edit, and insert records.
Xamarin.Forms - ListView With Pull To Refresh
May 16, 2018.
In this article, you will learn how to use ListView with Pull to Refresh in Xamarin.Forms.
Searching A Name From The ListView Using Xamarin.Forms For UWP
Apr 24, 2018.
In this article, we will discuss how to create a ListView and how to search a particular search item from the list.
WCF And ListView Insert Update And Delete Rows In ASP.NET
Apr 09, 2018.
In this article you will learn how to edit, update and delete in ListView. First drag and drop ListView. In ListView, next open Default.aspx source code. To make a column in Listview use <LayoutTemplate>. Here first I created a table name 'Product' in my database. It contains 5 columns: ProductId, ProductName,ProductLocation,ProductQuantity, and ProductPrice.
Xamarin.Forms - ListView Header And Footer Template
Apr 02, 2018.
In this article, you will learn Header Template List view in Xamarin. Forms Application. The Most of list view not have in Header templates. But if we are using more lists that time we can use this header template to display the content for Header template. So in this article we can Header , footer template and List View Items.
Xamarin.Forms - Expandable ListView App
Jan 01, 2018.
In this article, we will discuss how to create an expandable listview in Xamarin.Forms application using Visual Studio 2017.
Xamarin.Android Custom Tab And ListView Using C# - Part Five
Dec 21, 2017.
In this module, I have added some tabs and put some listviews on every tab page.
Play Videos Using Kendo Media Player And ListView In ASP.NET MVC5
Nov 27, 2017.
In this Article, I will demonstrate how to the play video(s) in Media Player Using Kendo UI Media Player and Listview in ASP.NET MVC5
Populating A ListView With Data Using Kendo Listview And Entity Framework In ASP.NET MVC 5
Oct 31, 2017.
Here, I am going to demonstrate how to load the data from a database to Kendo listview in ASP.Net MVC5.
Change SharePoint ListView To jQuery Datatable Using JSLink
Jul 21, 2017.
Jslink is javascript link [ CSR - Client-side rendering] this feature was introduced in Sharepoint 2013 for customizing Sharepoint list forms Newform, displayform, editform. Using this feature you are able to change the overall look and feel of the sharepoint listp
Xamarin.Forms - Using ListView HeaderTemplate And FooterTemplate To Display Data
Jun 30, 2017.
In this article we will learn how to use ListView HeaderTemplate and FooterTemplate to display data from our ViewModel using Visual Studio Community 2017.
Practical Guide For ListView Cells In Xamarin.Forms
Apr 26, 2017.
Practical Guide For ListView Cells In Xamarin.Forms
Functionality Of A ListView In Xamarin.Forms
Apr 25, 2017.
Functionality Of A ListView In Xamarin.Forms. In this article, we will discuss Pull to Refresh, Selection, Context Action functionalities of ListView. Xamarin provides pull to refresh functionality on all platforms.
Infinite Scrolling ListView For Xamarin.Forms App Using Behaviors
Apr 09, 2017.
Infinite Scrolling ListView for Xamarin.Forms App Using Behaviors.
Creating Custom ListView In Xamarin Android App
Mar 09, 2017.
This article helps you to create custom ListView in Xamarin Android app.
Create Custom ListView In Xamarin With Visual Studio 2015
Feb 21, 2017.
In this article, we will learn how to create, show custom ListView, and write Itemclick event of ListView in Xamarin with Visual Studio 2015.
PullToRefresh ListView For Windows 10 UWP App Using Community Toolkit
Aug 31, 2016.
In this article, we are going to see how to use PullToRefreshListView control in Windows 10 UWP App using UWP community toolkit.
How To Use Listview Control In Universal Application Development With XAML And C#
Aug 26, 2016.
In this article, you will learn, how to use ListView Control in Universal Windows apps development with XAML and Visual C#.
Creating Xamarin Android SwipeRefreshLayout Using ListView Items
Jul 11, 2016.
In this article, you will learn how to create SwipeRefreshLayout with ListView Items in Android.
Fetch Contacts And Display In A Listview In Android
May 20, 2016.
In this article you will learn how to fetch contacts and display in a ListView In Android.
Showing Data In Listview With API Using Xamarin Forms
May 11, 2016.
In this article we will learn how to show data in Listview with API using Xamarin Forms.
Google Plus Similar to Animation In ListView Android
Mar 25, 2016.
This article explains about the resemblance of Google Plus animation using ListView in Android.
Android App ListView Adapter - Day Six
Mar 09, 2016.
In this article I will show you how to show data in ListView. There are many methods to show a data in ListView .
Binding Collection To ListView Control In UWP
Dec 03, 2015.
In this article you will learn how to bind Collection to ListView control in UWP
Data Binding To GridView And ListView Controls In UWP
Nov 29, 2015.
In this article you will learn how to bind data to GridView and ListView controls in UWP.
Data Binding To A ListView In Universal Windows Platform
Nov 27, 2015.
In this article you will learn about Data Binding to a ListView in Universal Windows Platform.
Bind ListView Control In ASP.NET using C#
Oct 27, 2015.
In this article, I will show you how to bind ListView Control in ASP.NET using C#.
Create ListView Using K2 Designer In SharePoint 2013 Online
Oct 09, 2015.
In this article you will see how to create list view using K2 Designer in SharePoint 2013 online.
Binding ListView Control Through ViewState
Oct 01, 2015.
In this article we will learn how to bind controls with data with ViewState and how to handle paging on controls.
Remote Binding of ListView in Kendo UI using EntityFramework and Web API
Aug 22, 2015.
This article shows how to perform the Remote Binding of ListView in Kendo UI using Entity Framework 6 and WEB API 2.
Bind Data in ListView Controls Using Database in ASP.Net
Jul 31, 2015.
This article shows how to bind data in ListView controls with a database and also shows paging on controls on the link button click event
Custom ListView in Android
Jul 21, 2015.
In this article I will explain how to create a custom ListView in Android. Listview is a control that is used for presenting components in the form of a list.
Binding Data in ListView on LinkButton Click
Jul 15, 2015.
This article shows how to bind data in ListView controls without using any database and also shows paging on controls on linkbutton click.
Binding Data Using ListView and GridView in ASP.NET without Database
Jul 10, 2015.
In this article we will learn how to use a data bound control using a ListView, form view, details view and GridView without database.
Overview of ListView and DataPager in ASP.Net
Jul 04, 2015.
This article explains ListView and DataPager in ASP.NET.
How to Bind List Of Objects(Static) To ListView in Windows Phone 8, 8.1 and 10
May 18, 2015.
In this article, we will learn how to bind a list of Objects (static) to a ListView in Windows Phone 8, 8.1 and 10.
Display a Message When the ListView Becomes Empty in Windows Store Apps
May 06, 2015.
If you need to display a message when a ListView no longer has any items when creating a Windows Store app, there isn't all that much to it!
Drag Items in Listview Control of ASP.Net Using XML File
Mar 20, 2015.
This article explains how to drag items between Listviews using XML files in ASP.NET.
Customizing Listview Display in Xamarin
Feb 28, 2015.
This article shows how to customize listview cells in Xamarin.Forms.
Optimized Data Binding, Paging and Sorting in ListView Control
Jul 28, 2014.
In this article you will learn how to optimize Data Binding, Paging and Sorting in a ListView control.
Create Custom Sharepoint Listview WebPart Programatically
Jan 06, 2014.
In this article we can explore creation of a custom SharePoint 2010 ListView WebPart programmatically.
Extending WinJS ListView With Custom Item Events
Apr 29, 2013.
This article demonstrates how to extend a WinJS ListView control with custom item events like onItemsloading, onItemsLoaded, onItemFocus, onItemBlur etc
WinJS ListView Grouping With ListLayout
Apr 28, 2013.
This article demonstrates how to group and display data in a WinJs ListView control with a group header when the layout is set to ListLayout.
Binding XML Data to ListView Control - DataSet Approach
Apr 13, 2013.
In this article we will discuss how to bind an XML File Data to ListView Control.
Create Muti-Select Item ListView in Windows Store Apps Using XAML
Nov 09, 2012.
In this article I will show you how to make a listview with mulit-select items in Windows Store Apps.
Rating an Element With ListView in Windows Store Apps
Oct 03, 2012.
In this article I described how to create a Windows Store App for List-view Rating using JavaScript.
Nested ListView in ASP.NET
Sep 28, 2012.
In this article we will try to understand how to create a nested ListView in ASP.Net 3.5.
Image Binding In GridView and ListView In Windows Store App Using C#
Aug 30, 2012.
In this article I will explain how to bind data and images in a GridView and a ListView in Windows Store apps.
Introduction to ListView Control in WPF
May 12, 2012.
A ListView control is a window that displays a collection of items. It's derived from the ListBox control. The ListView provides the infrastructure to display a set of data items in various layouts or views.
Using ListView Control in Windows Form Application
Mar 16, 2012.
In this article we will see how to use a ListView Control in a Windows Forms application
HoverMenuExtender Control With ListView in ASP.NET
Feb 13, 2012.
In this article, we will explain how to associate a HoverMenuExtender with a ListView control. The Listview control in this sample will also contain the functionality to add new records.
A Glimpse of ListView using jQuery
Nov 30, 2011.
In this article we will explore how we will hide and display the list items using jQuery.
How to Get SelectedItem From ListView in LightSwitch Beta 2
Jun 26, 2011.
Here we shall discuss how to get the SelectedItem from ListView in LightSwitch Screens.
CRUD Operation Using ListView With XML Database
Oct 11, 2010.
This article describes how to use CRUD (Create, Read, Update, Delete) Operation using ListView using XML database in ASP.NET.
Grouping ListView items dynamically
Sep 24, 2010.
This article demonstrates one of the ways that dynamic ListView grouping can be done.
Sort a Multicolumn ListView in C#
Sep 10, 2010.
When you are working with the ListView control, you may want to sort its contents based on a specific column. We will see how to do that.
Display Database File Using TreeView And ListView With ADO.NET
Jun 14, 2010.
This is a new article to display database file using TreeView and ListView with ADO.NET.
Demonstration of ListView Contents in WPF
Jan 14, 2009.
This article shows how to create a ListView control that uses a GridView view mode to display the contents.
WPF ListView Tutorial
Sep 10, 2008.
WPF ListView provides functionality to create a List of collection in a GridView. Learn how to use ListView in WPF and C#.
Explicitly Binding Data to ListView Web Control
May 19, 2008.
This article talks about binding data without SqlDataSource and Eval / Bind methods.
How to Swap Two Rows of listview in Upward/Downward Direction
Mar 29, 2007.
This article describe how two data rows of a listview are changed.
Empty ListView in C#
Oct 12, 2004.
Have you wondered how you could show text in ListView control if it's empty, just like Microsoft does it in Outlook Express and in some other applications? This article shows you how you can show text in ListView control in a simpler way.
Persist ListView Settings with Serialization
Dec 13, 2002.
In this article, I'll show you how to persist the column order and width settings by using Serialization, binary serialization to be more specific. And you won't believe how easy it is.
Imlememnting Drag and Drop in ListView Controls
Jul 08, 2002.
Drag and Drop operations in Windows can be achieved using 3 simple events - DragEnter, DragLeave, and DragDrop.
Editable ListView in C#
Jul 01, 2002.
Based on the similar technique used my previous article, the Editable Listbox, we can edit columns and rows of a ListView control.
Sorting MultiColumn ListView Windows Forms Control
May 20, 2002.
If you want to sort on the first column of a ListView, simply click the Sorting in the properties Window and choose Ascending or Descending as a value. If you want to do sorting in all the columns of a ListView, you need to write custom sorting using the ListViewItemSorter property.
How To Open and Read an Excel Spreadsheet into a ListView in .NET
Nov 26, 2001.
The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel.
ListView Widget In Flutter
Aug 11, 2023.
In this article, you will learn about ListView and all its types in Flutter.
Rounded Scrollbar In ListView/ComboBox - WPF
Mar 24, 2021.
In this article, you will learn about rounded scrollbar in ListView/ComboBox - WPF.
How To Open A PowerApps Native App From SharePoint ListView
May 20, 2019.
In this article, we will see how to link a PowerApps native app to a SharePoint list view.
ListView And Creating List In Xamarin
Apr 01, 2019.
In this article we will learn about the ListView in Xamarin. List View is Used to display scrollable list of data. It supports context actions and data biding. We will also see how to add and remove items from the lists. At the end of the article you will have good knowledge about the Lists.
ListView In Android - Kotlin
Mar 23, 2018.
In this article, we will learn to work with ListView in Android using Kotlin.
How To Set Corner Radius For View, Layout, Cell (Grid, Stack, Listview) In Xamarin.forms
Mar 21, 2018.
This article describes how we can set Corner Radius for Control or View or Layout.
ListView Control In Xamarin.Forms Application For Android And UWP
Dec 19, 2016.
In this article, you can learn how to use ListView control in Xamarin.Forms Application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
CRUD Operations Using ASP.Net ListView
Jul 17, 2015.
This article explains how to insert, select, edit and delete data using the ASP.Net Listview control.
XAML ListView
Jan 24, 2015.
The ListView element in XAML represents a ListView control. The code example in this tutorial demonstrates how to use a XAML ListView in WPF using C#.
Create Custom Listener on Button in ListItem (ListView) in Android
Dec 17, 2014.
In this article you will learn how to create Custom Listener on Button in ListItem (ListView) in Android programming.
Dynamically Selecting DataTemplate For WPF ListView: Solution 2
Feb 05, 2014.
In this article, I am discussing an alternative way to dynamically select a DataTemplate for a WPF ListView.
Dynamically Selecting DataTemplate For WPF ListView: Solution 1
Feb 04, 2014.
Here I will show how to select various types of DataTemplates for a WPF ListView based on the data.
Listview With Group Headers in ASP.Net
Sep 21, 2013.
This article explains what group headers in a Listview in ASP.Net are and how to create them.
ListView Using ListActivity in Android
Sep 10, 2013.
This article explains the ListView with ListActivity in Android. Android Studio is used to create the sample.
Listview Search in Android Studio
Jul 10, 2013.
This article explains how to search Item in a List View.
ListView Control in ASP.NET
May 28, 2013.
The ListView control displays columns and rows of data and allows sorting and paging. It is by far the most popular data display control, and is ideal for understanding how data display controls interact with data retrieval controls and code.
Paging and Sorting ListViews with ASP.NET MVC and jQuery using VB.NET
Nov 09, 2012.
This article provides a simple example of using jQuery along with the jQuery tablesorter and tablesorter.pager plug-ins to provide sorting and paging support for a listview within the context of an ASP.NET MVC application.
How to Change the Color and Font of Each Subitem in a ListView
Feb 27, 2012.
This article demonstrates how to change the color and font properties of each subitem of a ListView by using Visual Studio 2010 and C#.
Building Windows 8 Metro Style JavaScript / HTML5 / CSS3 Applications Using ListView
Feb 15, 2012.
In this article we will learn about Data Binding to a ListView in a Windows 8 JavaScript Metro Application.
C# ListView
Feb 15, 2012.
In this article you will learn how to use the ListView Control. You will also learn to add items into the ListView. Also how to assign images to each items. You will also know how to create the groups int a Listview & how to assign a group to each item to display items in the Groups view in a ListView.