Creating a XAML Tile Control

Posted by psheriff on ASP.net Weblogs See other posts from ASP.net Weblogs or by psheriff
Published on Mon, 22 Oct 2012 17:13:00 GMT Indexed on 2012/10/22 23:01 UTC
Read the original article Hit count: 298

Filed under:
|
|
One of the navigation mechanisms used in Windows 8 and Windows Phone is a Tile. A tile is a large rectangle that can have words and pictures that a user can click on. You can build your own version of a Tile in your WPF or Silverlight applications using a User Control. With just a little bit of XAML and a little bit of code-behind you can create a navigation system like that shown in Figure 1. Figure 1: Use a Tile for navigation. You can build a Tile User Control with just a little bit of XAML and...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about wpf