Hi,
In my c# application while tab2 page is getting loaded if we switch to tab1 which is already loaded then progress bar gets displayed in tab1 also
Why this happens?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Selva GanapathyPosted Dec 8, 2014, 5:45 AM
Hi Divya,
This problem may be cause due to Content reloading behavior in TabControl
Because TabControl Holds one single TabItems Control at a time, if you switch from tab1 to tab 2 then the tabcontrol unload all items in tab1 and load the controls of tab2
Regards,
Selva Ganapathy K