vote up 1 vote down star

Hi,

I'm looking for a control that the Visual Studio "Toolbox" menu uses. It can be docked and can retract (pin).

Would you know where I can find a control or COM I could use which would look like this?

flag

71% accept rate

4 Answers

vote up 1 vote down check

I think you just need to use a normal form (set the form type to Tool) and use the docking property to dock to to the left or right. You can set the width if you like and use the resize event to stop the user from making it too big or small.

link|flag
vote up 0 vote down

You don't mention what language you want to use. For C++, use the Feature Pack.

link|flag
vote up 1 vote down

I would recommend the DockPanel Suite by Weifen Luo.

link|flag
vote up 0 vote down

google docking window .net library

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.