I want to show rotaing image when I click on tab. The tab content is some ui which takes some time to load. I want to show that rotating image for that period of time. Is there a way to do that?
Actually I have tabcontrol. When I clicked on tab, its content get loaded i.e. some operation like fetching the data and loading the ui. But this takes some time to load. I want to show the some image for that period of time. Here the I tried one rotating image but that image is not rotating when tab content is loading. After the tab content gets loaded, the image rotates properly. I want to rotate that image when the tab content is loading only that period of time. Please help