Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / ListView

ListView

ListView

Great Reads

by kb-boxer
A simple tree list view .NET WinForms control
by Michael Shpilt
A WPF tutorial on how to create FilteredListView: A ListView custom control with search filter that uses Throttling.
by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
by Andy Point
Android Alert Dialog Tutorial : Working with Time Picker, Date Picker and List Dialogs In this tutorial we will discuss how to use dialogs and alerts in Android Apps. A Dialog is a small popup shown to the user to get some additional information from the user or ask him to make some decision. Alert

Latest Articles

by kb-boxer
A simple tree list view .NET WinForms control
by Michael Shpilt
A WPF tutorial on how to create FilteredListView: A ListView custom control with search filter that uses Throttling.
by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
by Andy Point
Android Alert Dialog Tutorial : Working with Time Picker, Date Picker and List Dialogs In this tutorial we will discuss how to use dialogs and alerts in Android Apps. A Dialog is a small popup shown to the user to get some additional information from the user or ask him to make some decision. Alert

All Articles

Sort by Score

ListView 

by kb-boxer
A simple tree list view .NET WinForms control
by Michael Shpilt
A WPF tutorial on how to create FilteredListView: A ListView custom control with search filter that uses Throttling.
by Andy Point
Android Alert Dialog Tutorial : Working with Time Picker, Date Picker and List Dialogs In this tutorial we will discuss how to use dialogs and alerts in Android Apps. A Dialog is a small popup shown to the user to get some additional information from the user or ask him to make some decision. Alert
by ASP.NET Community
Check out the Feature Specifications for Visual Studio 2008 and .NET Framework 3.5. These older documents give you an insight into what features made
by ASP.NET Community
Performing ASP.NET ListView Item Delete Confirmation using jQuery Colorbox.Here I use Google Hosted jQuery Library because it serve jQuery to users
by #realJSOP
A WPF ListView that automatically generates columns (that are also sortable) based on decorated entity properties
by Samuel Gonzalo
A code first real life data model case
by ASP.NET Community
The ListView control is a new data presentation control that was added to .Net 3.5 , you may wonder why its added to the framework , and what it
by ASP.NET Community
Both the GridView and ListView are important Data Controls in Visual Studio 2008.Scott Guthrie has a great introduction that uses the ListView
by Vince Valenti
An example of how to add a checkbox to a list view column header. We also implement select/unselect all when a user toggles the checkbox.
by Afzaal Ahmad Zeeshan
This article explains how you can use ASP.NET (C#) and search for related queries in your Database.
by ASP.NET Community
Here is a simple, pictorial example of inserting, updating, deleting and paging records using ListView
by ASP.NET Community
Some people think that the ListVew is a better Repeater and is one the best new additions to Visual Studio 2008.Blogs/ArticlesUsing the
by ASP.NET Community
The ListView is a sort of hybrid between a DataGrid and Repeater thatcombines the free form templating of the Repeater with the editingfeatures
by Faraz Azhar, Dubai
A quick and easy way to support in-line (subitems) editing on the ListView control in .NET.
by ThatsAlok
Using Fragments in your mobile application.
by ThatsAlok
Using generic BaseAdapter to generate ListView
by Jaxon7
File search synchronised with TreeView/ListView. Climbing up and down the tree.