- golgepapaz
- Posts: 43
- Joined:
How to Set z-index
Hi all,
how is that possible ? setting z-index property programatically v1.1.12
how is that possible ? setting z-index property programatically v1.1.12
Re: How to Set z-index
I just set the order of my xaml-files in the container like this:
The explanation I found here:
http://blogs.msdn.com/b/wpfsdk/archive/ ... perty.aspx
Code: Select all
var loaded = NoesisGUISystem.LoadXaml<T>(_xmlPath);
_container.GetChildren().Add(loaded);
Panel.SetZIndex(loaded as DependencyObject, _zIndex);
http://blogs.msdn.com/b/wpfsdk/archive/ ... perty.aspx
-
sfernandez
Site Admin
- Posts: 3107
- Joined:
Re: How to Set z-index
Thanks @Frodo for the link, it explains very well how Z-Index works and should be used.
Who is online
Users browsing this forum: Ahrefs [Bot] and 7 guests