This is a migrated thread and some comments may be shown as answers.

event for when the outlookbar gets minimized

2 Answers 58 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
mirang
Top achievements
Rank 1
mirang asked on 16 Sep 2011, 06:35 AM
Is there any event when the outlookbar goes into minimized state on clicking on the minimized button and maximized on clicking on the maximized button. I want to trap it to dock that control properly in the container.

2 Answers, 1 is accepted

Sort by
0
mirang
Top achievements
Rank 1
answered on 16 Sep 2011, 06:43 AM
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
0
Petar Mladenov
Telerik team
answered on 21 Sep 2011, 02:52 PM
Hello Mirang,

 I guess you are using a RadDocking control as a parent of the RadOutlookBar. We are aware of similar issues and we have previously logged an issue related. We have also logged a feature request for implementing a Minimize/Restore events. You can vote for these two in order to increase its development priority. You can also send us some code so that we could provide a workaround if possible. Thank you for your understanding.

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
OutlookBar
Asked by
mirang
Top achievements
Rank 1
Answers by
mirang
Top achievements
Rank 1
Petar Mladenov
Telerik team
Share this question
or