Category Archives: listview
October 1, 2008
Super cool new thing I learned today. In WPF, we can make it so that the drop down (popup) on a ComboBox displays the data
August 26, 2008
I've recently be working on changing the ControlTemplate of a GridViewColumnHeader in a custom ListView that we've been
August 15, 2008
This is just a quick note on creating a ListView style with the appropriate GridView style and template
April 18, 2008
Several months back, I was doing some work for a company that was using WPF for a stylus based application. One of the
February 12, 2008
I was working on one of my projects today and I noticed that one of our popups displaying search results in a ListBox was
February 2, 2008
OK, it's really late and I want to get this done, so we're going to go through the easy way, which will require some XAML,
January 25, 2008
Please Read: Strangely, when you do a Google search for "wpf" and "listview", this is one of the top links. This is odd
January 23, 2008
I had a question from a reader in an earlier post on how to resize the ListView Gripper (seen below) so I wanted to address
January 16, 2008
ListView header Styling is one of the most difficult styling pieces I've had to deal with. Part of this is because it is
January 15, 2008
So... you've got your listview and you want your items to look a certain way. In this post, we'll look at changing as many