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 Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
by Miral Sarwar
Very fruitful approach to control data of ListView dynamically
by JatinKhimani
Export Gridview data in Excel formate with gridview design.
by Technoses
The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...
by Thiagarajan Rajendran
How to create a checkbox list using simple HTML and jQuery
by XiaoChuan Yu
Small sample code to show how to force a parent control to handle an event that was consumed by a child control.
by GATzilla
In WPF, you can use the method UIElement.AddHandler(RoutedEvent, Delegate, Boolean) to specify that the UIElement should receive all events, including those that have been handled. Just subscribe your ListBox to the MouseDown event this way (you might do this in your custom control's...
by #realJSOP
One technique for having a column width that grows/shrinks with ListView width
by nazim_altinay
Update Listview items
by Ufulum
Sample of how to make a listview popup for editing a cell in a DataGridView.
by JoCodes
Filter ListView Items using Spinner ( with custom adapters, Model Classes )