Posted
on Sep 16, 2011
(permalink)
Also, I am programatically trying to minimize and maximize the outlook bar using the following code :
/////code for minimizing
outlookbar.IsMinimizable = true;
outlookbar.IsMinimized = true;
/////code for maximizing
outlookbar.IsMinimizable = false;
outlookbar.IsMinimized = false;
when the code for maximizing is executed the control width does not remain as previously set. PFA figures for both the cases
1. collapse.jpb - when the code for minimizing is called
2. expand.jpg - when the code for maximizing is called