Dockable autohiding panel control for Windows Forms

前端 未结 2 1571
渐次进展
渐次进展 2021-01-03 01:17

I\'m creating a Windows Forms application and I\'d like to have a similar look and feel to SQL Server\'s Management Studio, i.e. a nice autohiding and dockable panel on the

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-03 02:09

    The Base Class Library doesn't provide this type of control. You can do some things to make windows that looking like those (changing the borderstyle) or having docking panels, but the autohide/movable docking/etc capabilities are beyond those of the BCL.

    Many third party solutions are available for purchase, though.

    Here are five fairly common ones:

    Devexpress XtraBars

    Telerik RadDock

    Actipro UIStudio Docking

    Infragistics WinDockManager

    Janus UIPanelManager

提交回复
热议问题