Hi,
I'm writing a demo app that has a split container with a left panel that contains a tree, which is used for navigation, and a centre panel.
When a user selects a node on the tree the corresponding User Control is then displayed on the centre panel.
What I would like to do is add some animation to the User Control so that it slides in / out of the centre panel.
Is this possible?
I got this idea from your DemoHub App, but instead of using the RadPanorama control I would like to use the SplitContaining.
I suppose the overall goal is to produce a smooth loading of the UserControl, just now it's a bit jumpy, so if it was animated the overall experience might be improved.
Cheers
Shaun