WPF Control Similar to Accordion/Panels, with a single separating clickable bar -


i'm trying find control, or means write 1 works similar how accordion control works. how should work in detail.

if have window showing view, , i'd want change alternate view, there bar runs along right side of window. bar similar how panel header works in panel control. example, display "view 2" in text on bar, indicating if user clicks on bar view 2 displayed.

upon clicking bar, slide right-to-left, across window, revealing view 2 behind it. upon reaching left side of screen, text on bar change , "view 1", indicating if user clicked again, returned view 1 bar slid across screen returning it's original position on right.

basically view similar how xbox displays views.

here example of doing vertically. should able modify work horizontally.

http://asimsajjad.blogspot.com/2009/06/jquery-accordion-using-wpf-animation.html

in system.windows.controls.layout.toolkit.dll there accordianitem control this.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -