Using the WPF designer I have a few things that could be better. These are not bugs, but can make working with the designer better.
- when you try to change one of the properties of a textbox in the properties-pane: when selecting the "width"-property, the pane scrolls back to the top and I have to scroll back down to start typing. Also I have to press "tab" in order to really change the value. If I don't press tab and click on another property, the value changes to the old value again.
- When I change the "left"-property of a textbox in the properties-pane, the actual textbox does not change place.
- Seems like the Text editor in the condition-property on a textbox does not have IntelliSense
- In the properties-pane when selecting a page: The PageHeight and pageWidth do not change when you change the paperSize-property. Isn't it supposed to change?
- The list of papersizes in the properties-pane and pagesetup are diffrent. Aren't these supposed to be the same?
- The events editor also doesn't have IntelliSense ( for exaple when typing "String." ) The .NET designer did do this. Is it possible to integrate that in the wpf designer too?
It would make my work a lot easier if these things could be resolved.

Joris