Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Community Bloggers

Saturday, September 22, 2007 - Posts

  • Blend: Canvas mode vs Grid mode

    I stand corrected, the "locks" are still there. Following yesterday's post , I got a comment indicating me the cause of the confusion: Somehow, when I installed the September CTP of Blend 2, my settings were changed (probably by my own doing, in fact), and I unchecked the "Use grid layout mode" checkbox in the "Artboard / Layout" section of the options. This causes the grids to be displayed as a kind of canvas, on which the controls can be positioned in an absolute manner, instead of "fixing" them in a column/row position. Actually, what Blend does is calculate the column, row, columnspan, rowspan and margins to create the positioning which the designer wants to achieve. I never used the grid's canvas mode, because I don't like it. If I want a canvas, I just use a Canvas. Of course, Canvas has other disadvantages, so in fact I don't really use Canvas anymore either... I love Grids, however, especially the way you can set some of the columns to "Auto" or use the "star-sizing" syntax to specify, Read More...
  • xUnit.net, one more to the mix.

    I was away on vacation this week and when ever I go away the week is eventful, I came back to the news that Phil Haack has taken the red pill and James\Brad have been busy. My congrats to Phil on his news, I look foward to working with Phil as part of the ASP Insiders. James and Brads (met Brad last year, not sure if Brad remembers but he's a nice guy) new framework, xUnit.net is an interesting addition to the current set of test frameworks in .NET land. Roy, Scott and Bill all have views and Brad has addressed some questions and I'll let you look there for further information. I'll add my thoughts on XUnit only where MbUnit is involved, I'll start with Bill's points first. Like Roy, I'm not about to jump on this bandwagon and I don't suggest you do either. If you're looking to start writing new tests with it, I guess it's okay (other than the things mentioned above) but that's for you to decide. If you're looking to replace NUnit or MbUnit with XUnit.NET forget it. It's not worth it as Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us