working with inspector subforms

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

working with inspector subforms
can i change width of side panel in my code? 
hs dreamer


Guest


I want to add some iterface functionality: to minimise or maximise side panel in inspector. Is it possible with outlook extension for ADX ?
Posted 11 Sep, 2006 09:25:54 Top
Fedor Shihantsov


Guest


To change the form size you use the ADXOlForm.ADXBeforeFormShow event. Note, the form cannot use more than 2/3 of the Inspector window width and/or height.
Posted 11 Sep, 2006 11:29:57 Top
hs dreamer


Guest


That's good for changing it at load, but i need to do it on user action, to shrink or grow it wnen user click some button
Posted 12 Sep, 2006 04:17:50 Top
Fedor Shihantsov


Guest


The curerent version does not support resizing of a displayed form.
We've added this possibility. It will be available in the next release (next week).
Posted 15 Sep, 2006 06:13:10 Top