What I'm attempting to create is very similar to the "Toolbox" in VS 2008 and VS 2010. It will be on the left side of my MDI parent, and will pop out when the user hovers their mouse over it. Again, this is just like the VS Toolbox.
My question is what is the best way to implement this? Please keep in mind I am putting this on the left side of a MDI parent and am using VS 2008, C#, and .NET 3.5. In addition, I plan on putting a TreeView inside the toolbar, so whatever is used must support the addition of a TreeView object.
Thanks!