So I just started looking at WPF a little since VS2008 was released and I discovered something I found a little horrifying. There's no DataGridView (or comparable control). I use the DataGridView ...
I'm trying to do some GUI stuff in a C# program. Basically I have a Combo Box where I select which database results I want to see. When I select an item in the Combo Box, it generates an event which I ...