Click here to Skip to main content
15,887,746 members
Everything / ListView

ListView

ListView

Great Reads

by ThatsAlok
Using Fragments in your mobile application.
by #realJSOP
A WPF ListView that automatically generates columns (that are also sortable) based on decorated entity properties
by John Atten
Examination of a quick way to create more useful expandable groups in the .NET ListView control.
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) { ...

Latest Articles

by Jovibor
List Control with tooltips, cells editing, colors, sorting, hyperlinks, columns hiding, and a lot more
by #realJSOP
A WPF ListView that automatically generates columns (that are also sortable) based on decorated entity properties
by Thiagarajan Rajendran
How to create a checkbox list using simple HTML and jQuery
by Michael Shpilt
A WPF tutorial on how to create FilteredListView: A ListView custom control with search filter that uses Throttling.

All Articles

Sort by Score

ListView 

27 Jun 2012 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) { ...
13 Jun 2013 by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
26 Jul 2011 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...
13 Apr 2015 by JoCodes
Filter ListView Items using Spinner ( with custom adapters, Model Classes )
4 Aug 2011 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.
24 Feb 2014 by JatinKhimani
Export Gridview data in Excel formate with gridview design.
29 May 2010 by #realJSOP
One technique for having a column width that grows/shrinks with ListView width
23 Sep 2015 by nazim_altinay
15 May 2013 by Ufulum
Sample of how to make a listview popup for editing a cell in a DataGridView.
11 Jul 2019 by Thiagarajan Rajendran
How to create a checkbox list using simple HTML and jQuery
31 Aug 2015 by Miral Sarwar
Very fruitful approach to control data of ListView dynamically