WPF Window Top Won't Change.
- by Kevin Lam
Hi,
I am using animations with my window to slide out or slide back up.
But when these animations are not used.
I would like to use Window.Top to set the position of the window,
but I think due to animations I cannot set the top.
I was wondering if anyone knows how to fix this? Thanks
example.
window.top is already = 33.
but when is ay
window.top =900;
it will stay at 33.