I’m looking for some help on animating window resize of an open window!
Cant seem to figure this one out!
I’m just using atm.
this.Width = 500;
Any help would be great!
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have answered this question myself. Here is some sample code.
Resizes the window in 12 “ticks” very quickly, can be slowed down in _Timer.Interval. After 12 ticks will polish it off with a final resize to exact size.
Hope this helps someome.