Manfred's DotNet Blog: ListView.GetItemAt() in WPF Application by Xaml templates

Sun, 26 Apr 2009 03:02:23 -0600

Manfred's DotNet Blog: ListView.GetItemAt() in WPF Application

by Xaml templates @ Sun, 26 Apr 2009 03:02:23 -0600



Since the WPF class ListView doesn't come with a built-in method I decided to implement an extension method as follows: using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace Foo.Gui { ...