-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
What steps will reproduce the problem?
1. Add a panel to a form and use AddHandler Panel1.Paint event to custom draw
text into the panel within the load event.
2. Add a new Transition after the handler using EaseInEaseOut to adjust the
width of the form from 5 to say 600 (to give growing effect)
3. Load a new instance of the form and let the Transition run
What is the expected output? What do you see instead?
Expected output is nicely formatted text, instead the text is corrupted due to
the animation.
What version of the product are you using? On what operating system?
Using version 1.2.0.0
Please provide any additional information below.
Original issue reported on code.google.com by Nige.R...@gmail.com on 20 Nov 2014 at 7:02
Reactions are currently unavailable