golgepapaz
Topic Author
Posts: 43
Joined: 01 Aug 2013, 01:59

How to Set z-index

05 Nov 2014, 10:57

Hi all,
how is that possible ? setting z-index property programatically v1.1.12
 
Frodo
Posts: 11
Joined: 09 Oct 2014, 20:01

Re: How to Set z-index

05 Nov 2014, 15:18

I just set the order of my xaml-files in the container like this:
var loaded = NoesisGUISystem.LoadXaml<T>(_xmlPath);
 _container.GetChildren().Add(loaded);
Panel.SetZIndex(loaded as DependencyObject, _zIndex);
The explanation I found here:

http://blogs.msdn.com/b/wpfsdk/archive/ ... perty.aspx
 
User avatar
sfernandez
Site Admin
Posts: 2995
Joined: 22 Dec 2011, 19:20

Re: How to Set z-index

06 Nov 2014, 23:06

Thanks @Frodo for the link, it explains very well how Z-Index works and should be used.

Who is online

Users browsing this forum: Google [Bot], Semrush [Bot] and 21 guests