Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Accordion control in Add-On

Nayan
Booster
I am trying to create an "Accordion control" but am not getting any UI control on the documentation for this?
Can any one help me on this how to achieve this?

I am trying to achieve like this:
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Viktor Kovacs
Graphisoft
Graphisoft
I don't think there is a lot of documentation out there, but there is an example in the DG_Test test Add-On. Look for the BasicElementIconsRollDownDialog.hpp/cpp files.

View solution in original post

2 REPLIES 2
Solution
Viktor Kovacs
Graphisoft
Graphisoft
I don't think there is a lot of documentation out there, but there is an example in the DG_Test test Add-On. Look for the BasicElementIconsRollDownDialog.hpp/cpp files.
Nayan
Booster
Thanks for the reference to the resource.