You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2019. It is now read-only.
this code is not working for me. No animation is occuring when i pull down the list box. A default Refresh Indicator should be added to the control. Otherwise the control is working great
private void listView_PullProgressChanged(object sender, Comet.Controls.RefreshProgressEventArgs e)
{
if (e.PullProgress < 0.5) transform.RotationX = 0;
else transform.RotationX = 180 * ((e.PullProgress - 0.5) * 2);
this code is not working for me. No animation is occuring when i pull down the list box. A default Refresh Indicator should be added to the control. Otherwise the control is working great