Posts Tagged ListView

ListView may leak with ImageLists

Your application may leak memory when using a shared ImageList with a ListView (WinForms only). In this post I will describe when the problem occurs, why it occurs and how you can prevent it from happening.

, ,

No Comments

Virtual collections (part 1)

In the era of Win32/MFC the virtual listbox (and virtual listview) was a popular method to efficiently display large collections. In WPF there is no standard way to efficiently display a large collection of items. For each control that is derived from ItemsControl (such as the ListBox) there are two important items in the control: [...]

, ,

1 Comment