Hi NewtoLinq
The Window control in WPF is a ContentControl, which means it can accept one and only one child control. In addition it provides no real layout capabilities. The Grid, by contrast, can accept any number of children and provides comprehensive layout capabilities.
This is why in the default Window template for WPF (and in fact in other templates for ContentControl roots such as UserControl) we always provide you with a layout container (the Grid) as a child element.
The "gold bar" you are seeing on compile and run is a consequence of assemblies that your application depends on being updated during compilation. In future releases of Visual Studio we are working on substantially reduce the occasions on which you'll see this "gold bar".
Thanks, and good luck in your WPF learning endeavours. We look forward to your feedback on the WPF and Silverlight Designer in Visual Studio as you learn. If you have the chance to try out the Beta editions of Visual Studio 2010, you should find they contain many more tools for the beginning user to get started.
You may also want to check out the new resources over at
http://windowsclient.net/wpfdesigner/default.aspx if you decide to explore Visual Studio 2010 Beta 1.
Mark
Mark Wilson-Thomas - Program Team - WPF & SL Designer for Visual Studio - posts are provided 'as-is'