docking control

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Frank,

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