Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1640
How come the WPF animation doesn't refresh in column's EditorComponent?
posted

my column's EditorComponent is a UltraControlContainerEditor.

in the UltraControlContainerEditor is two myWinformControl, myWinformControl1 as the RenderingControl and myWinformControl2 the EditingControl

in the myWinformControl is a WPF ElementHost, in which is a WPF Control with animations

when the grid is filled, the WPF animation doesn't refresh automatically. Sometimes I can make them refresh just one frame by mouse hover over cell, but in most circumstances I can't. How can I make them refresh automatically and countinously?