Welcome to Pete Brown's 10rem.net

First time here? If you are a developer or are interested in Microsoft tools and technology, please consider subscribing to the latest posts.

You may also be interested in my blog archives, the articles section, or some of my lab projects such as the C64 emulator written in Silverlight.

(hide this)

Monthly Archives:

  • Supporting both Double and Triple Click in Silverlight 5

    Silverlight 5 introduced the new ClickCount property of the MouseButtonEventArgs class. This property tells you how many times the user has rapidly clicked the mouse button. While this is useful for supporting double click and triple (or even more) click scenarios, it's not immediately obvious how you would use it to support both in the same element. Several folks in the community, lik...