docking control

G

Guest

i start using .net3.0 on vista.
on net1.1 and 2.0, i used a 3 party .net user control lib to implement a gui
with dockable panels like the solution explorer panel in visual studio.

in .net3.0 i see a ToolStripContainer, TableLayoutPanel .. class.
should i use these for a gui with dockable panels? is the gui with dockable
panels outdated in vista? or should i still use a 3 party lib for dockable
panels?
Frank
 
N

Nicholas Paldino [.NET/C# MVP]

Frank,

Well, if you already have a component that does all of this, why not
continue to use it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top