Paul Stovell on WPF Designers
Paul has just made an insightful post about the history and future of visual form designers with a Windows Presentation Foundation focus.
I love his concept of a designer that focuses on styles and resources, and gives you a faux-3D "model" of your form rather than trying to accurately render it. That would be really handy for WPF.
Let's face it - WPF is a pretty big step away from the WinForms method of form layout (unless you specifically opt for the Canvas approach and set your controls' Left and Top properties manually). In reality it's a lot closer to HTML - and who here uses a visual designer for their HTML? I tried FrontPage once and to this day I still wake up screaming some nights.
Anyway, give Paul's post a read. Great stuff.
Comments
# Poo
2/11/2007 10:17 AM
I agree with the rediculous margin's and sizes in the existing editors... they drive me insane!!!!
But overall I think Blend is actually pretty good, they just need a option somewhere to say you want default to a flow layout where it NEVER hard-codes a size or margin for you, I spend half my time clearing out the values when I should be styling things up.
# mabster
2/11/2007 11:20 AM
Yeah Blend does some strange things to make sure that the control you just dropped in there stays where you dropped it.
I'd be happier if they took a more "flow document" approach and positioned the control in a default way when you dropped it on. Even an option to do that would suffice.
Not that I've actually used Blend yet! :)