Hi,
In my application I have a ListView with data like in a default Grid App template. When User click's an item (ItemInvoked) I want to show a ProgressBar on the item, than start some work, and when that work is completed I want to hide this ProgressBar.
What should I do to achieve this? In XAML I would add Boolean property 'IsWorking' and change it to 'True' on 'ItemClickEvent'. 'ProgressBar.Visibility' would be binded to that property. What is the easiest way to do it in WinJS?
Thanks a lot for your help,
Greetings.