Hi, I have an unpinned pane in my dock manager, for which I have called .flyout() to expand it. How can I programatically get it to become small again (i.e. NOT in flyout mode, but visible as a tab rider again)??
thanks
Joel
Obviously FlyOut would need to be on the pane because it is the pane you are flying out. However, I'm not sure why FlyIn would be on the manager and not the pane. My guess is because only one pane can be flyed out (flown out?) at a time, so it is easier to call one method on the manager when you want no flyouts present than to try to determine which pane is currently the flyout and call FlyIn on that pane. That being said, I don't see the harm in having an addition FlyIn method defined on the pane that does nothing when it is already in. You can submit a feature request for this if you would like: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
thanks, thats fine.
Is there any reason why FlyOut is a method of the pane, and FlyIn a method of the manager? What are the criteria for which command belongs to which level?
There is a FlyIn() method on the UltraDockManager which will collapse the current flyout pane.