Add multiple buttons to collapsed addin region

Add-in Express™ Support Service
That's what is more important than anything else

Add multiple buttons to collapsed addin region
Add multiple buttons to addin region in collapsed mode 
santhosh venkatesh




Posts: 9
Joined: 2020-02-20
Hi Team,

I would like to add multiple buttons in addin express region when it is in collapsed mode as shown in the image here https://prnt.sc/r4yo01. Please let me know if this is possible to achieve ?. Do we have any sample available, can you please share it.

[img]https://prnt.sc/r4yo01[/img]
Posted 20 Feb, 2020 01:24:48 Top
Andrei Smolin


Add-in Express team


Posts: 18810
Joined: 2006-05-11
Hello Santhosh,

Since that form may contain buttons of other add-ins, this isn't recommended. You can set ADXOlForm.EnableHeader to false and emulate the process and result of minimizing the form: create required controls to let the user minimize it, change the form size to display the form minimized, draw your controls on the minimized form AND also controls for the other add-ins in that region; see ADXOlForm.ContainerControl.ContainerItems.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Feb, 2020 03:36:25 Top