oc A

oc A

  • NA
  • 30
  • 0

BusyIndicator and UserControl

Nov 24 2011 5:58 AM
Hi,
I want to create a UserControl which contains a BusyIndicator.
In my MainPageBiew.xaml, I am loading data from the DB. THis time i want to show the BusyIndicator. And after loading data , i want to set the IsBusy to false.
How can i do this using MVVM.
Please help if anybody knows the answer

Thanks