animation is choppy

GeordieJenner

Member
Licensed User
Longtime User
i have two animations, one runs smooth, the other is choppy at best. i start with a view off of the screen .Left=2000, and then move it to .Left=0. the difference, in the choppy one i am dynamically loading layout before i start the animation, as below:
m.grdPanelToMoveIn.LoadLayout(m.strLayoutIn)
m.annMoveActiveIn.Start(m.grdPanelToMoveIn)
i tried adding a DoEvents, but no help.
 

GeordieJenner

Member
Licensed User
Longtime User
is this because the 'view' is 'too heavy', meaning there is a lot of items translating, and if so, may there be a trick to smooth it out.
 
Upvote 0
Top