XAML - Irregular Controls

The Longhorn SDK enables you to create XAML apps from VS.NET, so I did.

One of the things I'll be looking for is an editor that generates XAML for me. Because, I find XAML "difficult" to write. Yes it's powerful and "easy" to do, but if you have to do it all by hand, it takes time. So I'm hoping there will be some editor fast :)

I've seen the demo during the DevDays, where you had a different layout per user. And one of those was the kiddie layout, with the very cool button, which was shaped totally different. So I set out course to create a 'NTFS Permissions For Dummies'.

Here's what i created in Photoshop as a quick idea of what I wanted:

Looks kiddie enough, doesn't it?

Then I started my quest, it seems Longhorn doesn't like it when i want to skew a Listbox with AngleX. When I go over the items it renders strange lines everywhere in my app. Gone was my idea to create these nice shaped controls.

But the gradient worked! And that's actually very nice.

Here's what I ended up with:

<img src="http://users.pandora.be/tr/ms/longhorn/xaml/XAML.jpg>

It looks kinda nice, the colors still make it look kiddie-like.

Going to check writing the C# codebehind later on this week if I find some time.

If anyone feels lucky and has the time, feel free to try to create my attempt in XAML ;) I'd be very grateful for it, and amazed.

Update:
Here's an example of my skew experience: AngleX, AngleY. Notice the blue lines. This is the XAML I used. It also happens with other values.