This question is locked. New answers and comments are not allowed.
Hello,
We have a tab control with a lot of children controls. As many others have experienced, there is a few second delay while the tab control loads the first time.
I would like to give the user some sort of visual clue that work is being done during those few seconds. As it is now, the "dead-air" makes for a very bad user experience. I've tried every trick I can think of with the busy indicator (threading, set IsBusy=True in different events, etc) but can not get it to fire. I realize this is due to the UI thread being blocked.
Is there any way to show the busy indicator or change the mouse pointer while a tab control is loading? I was hoping the speed improvements in Silverlight 5 would solve this problem but it has not.
Thank you,
Brian
We have a tab control with a lot of children controls. As many others have experienced, there is a few second delay while the tab control loads the first time.
I would like to give the user some sort of visual clue that work is being done during those few seconds. As it is now, the "dead-air" makes for a very bad user experience. I've tried every trick I can think of with the busy indicator (threading, set IsBusy=True in different events, etc) but can not get it to fire. I realize this is due to the UI thread being blocked.
Is there any way to show the busy indicator or change the mouse pointer while a tab control is loading? I was hoping the speed improvements in Silverlight 5 would solve this problem but it has not.
Thank you,
Brian