I want to create a “floating” control – like Visual Studio’s ones (The solution explorer, for example).
How can I implement such thing?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is anything built-in to WinForms but there are several third-party controls that allow this functionality.
One popular set of controls is the ones from Telerik: http://www.telerik.com/products/winforms/dock.aspx
And another one is the controls from Ingragistics: http://www.infragistics.com/dotnet/netadvantage/winforms/windockmanager.aspx#Overview
Both these are commercial packages and I don’t know of any free packages that offer the same.