Click here to Skip to main content
15,883,883 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 

3 Sep 2012 by John Atten
Examination of a quick way to create more useful expandable groups in the .NET ListView control.
3 Sep 2012 by John Atten
Continued examination of C# ListView subclass with collapsible groups.