Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > event for when the outlookbar gets minimized

Not answered event for when the outlookbar gets minimized

Feed from this thread
  • mirang Intermediate avatar

    Posted on Sep 16, 2011 (permalink)

    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.

    Reply

  • mirang Intermediate avatar

    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
    Attached files

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Sep 21, 2011 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > event for when the outlookbar gets minimized