Extending the Acropolis Notepad sample with a Web Browser View

I've just posted on the Acropolis Team Blog about how easy it is to create additional views with Acropolis to extend the functionality of an application.  The application here is the Acropolis CTP1 Notepad sample.  With just five lines of code, one attribute and some XAML declarations, and without modifying any existing code, we'll add the web browser view shown below.  This web browser view uses the WebBrowser control from Windows Forms, hosted using the WindowsFormsHost feature from Crossbow.