Quote:
Originally Posted by Tony M
Neags, how do you do your development? If you use WPF you design the screens in a 'scale-less' environment if you want and then everything that you want rescales as the screen size changes. In my playoff editor, there are sections that are fixed width and then the rest auto-scale around them.
|
I just use Visual Studio's design editor. I haven't gotten into WPF, yet. I was interested in learning it for a while, but I'm terrible with UI's, and write web applications for work (where I'm also terrible with UI's), so right now I don't have much incentive to learn it. I don't really do enough Windows programming to put much effort in it at the moment.
That is pretty cool that it scales to resolution, and it might be decent resume padding to learn that. So maybe one day.