Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good panel interface component for C#?

Any nice Paneled user interface component COM/ActiveX/Source-code for C#/VB?

Like what VS has internally:

  • Dock to screen edges
  • Slide open/close (unpinned)
  • Pin open
  • Group in tabs

And if possible, open-source/free.

Well, because otherwise I'd have to develop an interface system myself.

like image 344
Robin Rodricks Avatar asked Jan 29 '26 04:01

Robin Rodricks


2 Answers

DockPanel Suite! Its an open-source docking library for .NET Windows Forms development which mimics Visual Studio .NET.

like image 110
Robin Rodricks Avatar answered Jan 31 '26 16:01

Robin Rodricks


We use the DevExpress (devexpress.com) Component Suite, which has a Docking Manager that does that sort of thing.

like image 22
Wade Hatler Avatar answered Jan 31 '26 18:01

Wade Hatler