Hi,
In my application I need to load pdf documents and at times load rtf docs in the same container. Currently how I handle this would be to hide the pdf control when viewing a rtf doc and to hide the rich edit control when viewing a pdf. All my forms use the xtraLayoutControl. What I am trying to achieve is to use the transition manager to animate the transition between pdfviewer and the rich edit control. Attached is a sample with both the controls on the form. Could you please illustrate how these controls can be toggled with an animation on a button click.