I want to design a navigation bar like backstageview which devexpress implement it.
You can see sample of it in link1
and link2
I read it is possible by a listbox and some panels which by clicking on every item, one panel be active and its bringfront() event is called. But I don't know how listbox can displayed like backstageview. If you have other way for designing backstageview, please explain it.