- z-order problem
I have a problem with setting z-order for items in a listbox. Basically, I am basing my code on the video carousel sample, which creates a 3D listbox, where all items added to it, rotate in 3D. My problem is this: I want to put a picture in the middle of the rotation, so that the images rotate ...
- z-order problem
I have a problem with setting z-order for items in a listbox. Basically, I am basing my code on the video carousel sample, which creates a 3D listbox, where all items added to it, rotate in 3D. My problem is this: I want to put a picture in the middle of the rotation, so that the images rotate ...
- z-order in XAML?
Hi,is there any way to change Z-Order in XAML? It would be really helpful as not removing and adding items in codeGreetings...
- z-order in XAML?
Hi,is there any way to change Z-Order in XAML? It would be really helpful as not removing and adding items in codeGreetings ...
- Z-order
Is z-order (relative to canvas) something I should set explicitly in this version of FW as well?...
- ZOrder
I am having problems setting the ZORder manually....using (Transaction t = this.Store.TransactionManager.BeginTransaction("Setting ZOrder")){ try { shape.ZOrder = shapeParent.ZOrder + 1; t.Commit(); } catch (Exception xException) { t.Rollback(); ...