I have a radpane which is unpinned.From my code at some situation i want to make the radpane to behave like there is a mouseover in the radpane, ie the radpane should get expanded using code. Is it possible to do so ? and how?
I would suggest to you to use the MouseEnter and MouseLeave events to achieve that behavior in your project. You should use those events on the PaneGroup or the SplitContainer in which the pane is declared rather than in the Pane itself.
I prepared and attached a sample project for you, give it a try.