.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Expand/collapse custom palette's group - how?

4 REPLIES 4
Reply
Message 1 of 5
GrzesiekGP
1437 Views, 4 Replies

Expand/collapse custom palette's group - how?

Hello!

 

I'm writing code that able user to show my custom palette.

Everything is working fine, but ... I want to make some of my groupbox to be expandable/collapsible, like here (3D visualization):

http://through-the-interface.typepad.com/.a/6a00d83452464869e20112796dc86628a4-pi

 

I think that using groupbox control is bad idea, so how can I make some container with my controls (label and textbox) and make this container expandable/collapsible?

 

Thanks.

 

4 REPLIES 4
Message 2 of 5
khoa.ho
in reply to: GrzesiekGP

Hi,

Standard Windows Forms does not have the expand/collapse control, the available GroupBox control is static, not collapsible. WPF has the Expander control that can expand/collapse its panel.

There are many code resources to build a collapsible panel in C# Windows Forms. I found some links (http://visualstudiogallery.msdn.microsoft.com/40b89fc7-80fa-4e95-b707-506084f51d6b, http://jfblier.wordpress.com/2011/02/16/window-form-expander/) are good. You can reuse the user control from this project to add to your custom palette. It's open license so you can modify to meet your need. Another option is to use commercial third-party libraries but they are heavy unnecessary with external reference DLLs. It's better to use lightweight custom user controls.

-Khoa

Message 3 of 5
GrzesiekGP
in reply to: khoa.ho

I know that GroupBox is a static Window's control.

 

I didn't know how to name it, so I used "groupbox" and image which shows what I mean - there is lots of this collapsing panel in standard AutoCAD's palettes and I think that under 2007 there wasn't WPF yet.

 

Thanks.

Message 4 of 5
khoa.ho
in reply to: GrzesiekGP

AutoCAD uses C++ MFC controls in ObjectARX plug-ins to show those collapsible panels in palettes. The used C++ class is CMFCPropertyGridProperty (I guess so). The equivalent control in .NET is PropertyGrid that groups properties in collapsible trees. In Visual Studio Toolbox, look for PropertyGrid and drag it to the user control (that will be placed to the custom palette). The PropertyGrid stores custom properties in group hierarchy, and they can expand/collapse. But it may not allow to add controls like buttons (you can try).

-Khoa

Message 5 of 5
CADbloke
in reply to: khoa.ho

This one looks pretty good. I haven't used it (yet): https://github.com/alexander-makarov/ExpandCollapsePanel

- - - - - - -
working on all sorts of things including www.tvCAD.tv & www.CADreplace.com

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost