Top "Rendertransform" questions

Applying animated ScaleTransform in code problem

I am trying to find out why the code below does not seem to work. It does not give an …

c# wpf animation rendertransform
WPF rotate animation

I'm working with WPF and I can't achieve an animation. I have a rectangle which rotates from x degree with …

wpf rotation rendertransform
Modify ZIndex of an Items in an ItemsControl

Here is the code of my ItemsControl that zooms on items when the mouse goes over. I don't manage to …

wpf z-index itemscontrol rendertransform
WPF: Get position of child UIElement within its parent. Ignore RenderTransform if any

Lets say I have this XAML code: <DockPanel Name="pan"> <Label Content="AAA" Name="lab1" /> <…

.net wpf controls panel rendertransform