Skip to main content
  1. Writing/

The Beginnings Of Windows Phone Control Kit

·90 words

For some situations, the controls that are out there are not enough. That is why I started working on my own control toolkit. As I work on my own applications and feel the need to implement a custom control, I will add it to the Windows Phone Control Kit collection.

Today, I decided to implement a “show-on-tap” menu, just like the one you see in the latest version of the Rowi client. My implementation is called TapMenu, and it is a container for TapMenuButton instances.

Download the source on GitHub.