WPF Window Top Won't Change.

Posted by Kevin Lam on Stack Overflow See other posts from Stack Overflow or by Kevin Lam
Published on 2010-06-02T14:53:57Z Indexed on 2010/06/03 3:24 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf