|
by Paul Stovell via Paul Stovell on 2/20/2010 6:42:47 AM
The latest CodePlex Magellan build includes a couple of changes that are worth noting:
The new Forms controls
No need to import the Magellan namespaces
Various bug fixes
That second item is worth focusing on. In previous builds, to use any of the Magellan classes in XAML, you had to write:
<Page ...
xmlns:magellan="http://xamlforge.com/magellan"
>
<magellan:Layout...
I wrote before about an idea to move them to the default XAML namespace, and while a
... [ read more ]
|