Hi All,
I am just after a bit of guidance as to the best controls to use for creating a Panel Style Control that slides in from the right over top of the main page.
The use case, is when I click on a Grid or List on the Page, this control slides in from the right (Docked to right hand side) and display additional information about the item I clicked.
I started with a Panel and Collapse, but doesnt come over the top so I thought maybe a User Popup or similar but cant seem to get it to go on right.
Ideally I would also like to Animate this Slide In and Slide Out.
I will keep playing around with various controls but wondering if anyone had created a similar thing with success.
Thanks,
Brayden.
See attached. It’s quite easy and there are almost limitless variations you can do. In the sample there is a panel docked to the right with 2 animation components. One is attached to the “appear” event with animation slideRightIn and the second is attached to the “disappear” event with animation slideRightOut. In the code it’s just a call to Show() or Hide().
Please login first to submit.