I am brand new to Silverlight. Just downloaded and installed it (the SDK and the controls toolkit), went through a few tutorial and getting my head around XAML.
I want to build a fairly simple app with 3 panes. It should look similar to the image below.
Panel 1 will have a TreeView. Whenever the user clicks on a node, something else will load into panel 2. Panel 3 will just be the logo, version info, etc...
My question is what controls should I use to build a layout like this?