Skip to content
This repository was archived by the owner on Mar 24, 2019. It is now read-only.
This repository was archived by the owner on Mar 24, 2019. It is now read-only.

Binding MVVM command #8

@priombiswas89

Description

@priombiswas89

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);

        refreshText.Visibility = e.PullProgress < 1 ? Visibility.Collapsed : Visibility.Visible;
    }

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions