This example contains an XtraTabControl with two tabs. The TransitionManager component is used to animate switching between these tabs, using a certain animation effect (specified by the Transition Type combobox). Animated tab switching is initiated in the XtraTabControl.SelectedPageChanging event handler and is finished in the XtraTabControl.SelectedPageChanged event handler.
Before the transition starts, it is created in the SelectedIndexChanged event of the combobox control.
By default, the entire area occupied by the control is animated by the TransitionManager. In the example, the CustomTransition event is handled to exclude the tab region from animation.
Added By: Anders Wang at: 11/28/2014 5:41:28 PM
Before the transition starts, it is created in the SelectedIndexChanged event of the combobox control.
By default, the entire area occupied by the control is animated by the TransitionManager. In the example, the CustomTransition event is handled to exclude the tab region from animation.
Question Comments
Added By: Anders Wang at: 11/28/2014 5:41:28 PM
Hi,
XtraTabbedMdiManager doesn't have SelectedPageChanging event , how could i use it? Or Could you please adding the SelectedPageChanging event for XtraTabbedMdiManager ?