Always remain updated about current software development trends

Articles having tag: LIST

A simple generic TreeList

This is an alternative for "A simple generic TreeList".

Flexible List Control

Building a list control that allows anything to be added to it.

Strongly Typed Sub-Lists Which Modify Their Parent List (No Events)

Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events

ListView in-line editing

A quick and easy way to support in-line (subitems) editing on listview control in .NET

Implement Virtual List with Paged Data

This article solve the performance issue while loading and displaying large amount of data by virtual list with paged data technique

C#/.NET Fundamentals: Choosing the Right Collection Class

The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. While it's great to have so many classes available, it can be daunting to choose the right collection to use for...

  • Page 1 of 1
  •