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:

  • A WPF Behavior for Window Resize Events in .NET 3.5

    I got stuck on one bit of functionality in the ShoeBoxScan project Scott assigned me just before the holidays. I needed to keep the size of the selection adorners in sync with the size of the overall window when resized: (the screenshots are a WIP development build) Now, if I had just used a ViewBox, everything would have resized on the adorner layer, and I only wanted the bounds changed,...