Browse by Tags
All Tags »
XAML (RSS)
Sorry, but there are no more tags available to filter with.
There's a new panel class added in Avalon not too long ago. I've been using Grid for my last coding milestone [which is why I'm not writing for so long]. Don't mistake it for GridPanel which has been around since I started working with Avalon. Grid is
Read More...
Just today I discovered a feature of XAML - ability to use custom CLR object as property to my Avalon control. All you need in the XAML is to map your assembly into a namespace in XAML. This is kinda like XML serialization in CLR. Here's an example of
Read More...