TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Crazy ZIndex in WPF
Akhil Garg
Jan 21, 2015
44.3
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
This article will help to understand the use of Zindex in WPF.
Zindex.zip
ZIndex represents the order on the z-plane in which an element appears. So consider whenever you are having two or more controls on top of each other and you want to handle, which need to be shown based on some requirement then surely this article will help you out in resolving that problem. Higher value of Zindex will make that control on top of all other controls.
Consider a scenario where we are having a ComboBox and on changing the selection in combobox you need to load different Grid with different style.
Here we are having 3 different Grid and one combobox Which will tell which grid we need to put on top of screen.
Xaml Code:
C# ViewModel Code:
Crazy ZIndex in WPF
Next Recommended Reading
Difference Between WPF and Silverlight and Advantages of WPF