Yes I am new and that probably is the cause of some of it but I'm also not stupid. I've been writing sofrware for years and WPF has so many bugs I'm suprised it was even released. It is so limited it so many ways its funny.

1. There is no version of DataGridView that can be easily used.

2. Many of the avaliable controls cannot be customized in a similar way that Windows Forms version can.

3. There is no easy way to even get the ProductVersion. Application.ProductVersion has been removed. I mean seriously, common.

4. The designer is completely messed up controls on the designer don't appear the same at runtime. I placed several labels on the window and alligned them. I ran the program and they were completely strewn all over the window in random places at runtime. To fix it I had to use the designer and resize the window just a tad and then the screen flashed and went black. After a few seconds it came back. I ran the program and every aligned correctly.

Many times I moved controls around on the designer and at runtime the changes were not reflected. I had to completely close the IDE and restart it. I ran the program again and the changes were magically reflected correctly now.

I could go on but I don't have time right now. I'm just not too impressed. Why should they expect people to migrate from powerfull and customizable Windows Forms to something lacking in every area and buggier then hell? I don't know.