This is a migrated thread and some comments may be shown as answers.

Move busy content as vertical scroll position changed

6 Answers 88 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Ganesh Jagdale
Top achievements
Rank 1
Ganesh Jagdale asked on 05 Apr 2011, 03:18 PM
Hi Telerik,
  Is there any specific way to move BusyContent to down or up as Vertical scrollba r  changed..
 By default BusyContent is shown center of Content but what if content more that visible portion of monitor.
This is very common scenarion that tester tested. & it's a obioues.
 
I am sure that telerik has answer to this issue.

Please help me out..  It will be greatfull to all  of us..

Thanks in advance ...

Thanks,
Ganesh Jagdale. 

6 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 11 Apr 2011, 09:41 AM
Hi Ganesh Jagdale,

The proper way to use it is:
<telerik:RadBusyIndicator>
  <ScrollViewer>
    <!-- Content -->
  </ScrollViewer>
</telerik:RadBusyIndicator>
Than while the loader will display centered always and the ScrollBar will be disabled while the RadBusyIndicator.IsBusy is set to true. Note that this was the intended behavior and is supposed to work so by design.

You can however put the ScrollViewer around the RadBusyIndicator and the content inside like this:
<ScrollViewer>
  <telerik:RadBusyIndicator>
    <!-- Content -->
  </telerik:RadBusyIndicator>
</ScrollViewer>

That way no matter whether the RadBusyIndicator IsBusy or not the ScrollViewer will be able to scroll. In that case the loader will scroll with the busy indicator and its content. If you have really large content (more that 2 times the ScrollViewer size) the loader will not be visible initially. It sounds like this is the behavior the tester expected however we would recommend the first option.

Best wishes,
Pana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Vahan
Top achievements
Rank 1
answered on 16 Mar 2015, 01:25 PM
Currently I have a Silverlight UI application and the given solution doesn't work.
My page is too big and runs out of the portion of monitor. I've tried the both ways to display the busy indicator and in the both cases busy indicator was displayed in the center of displayed. I had to scroll down to see the busy indicator.
What else can help im my situation?
Thanks in advance.

Regards, 
Vahan
0
Nasko
Telerik team
answered on 18 Mar 2015, 09:57 AM
Hello Vahan,

Please check the following article from our help documentation that provides a detailed information how to modify the default placement of RadBusyIndicator: 
http://docs.telerik.com/devtools/silverlight/controls/radbusyindicator/how-to/modify-default-placement

Thus you will be able to place the control to the desired location of your application and you wont' need to scroll down in order to visualize it.

Hopes this helps.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Vahan
Top achievements
Rank 1
answered on 20 Mar 2015, 09:44 AM
Hi Nasko, 

Thank you for reply.
I was not able to load my project in Expression Blend I was getting a lot of errors related to displaying xamls.
Is there any way to do that via Visual Studio? 

Regards,
Vahan
0
Nasko
Telerik team
answered on 20 Mar 2015, 12:23 PM
Hi Vahan,

You could find the needed RadBusyIndicator default template for the version you're currently using from the installation folder on your machine (usually C://Program Files/Telerik/UI for Silverlight [version]). Inside it you will find the Themes.Implicit folder that contains all theme resources. Inside the Telerik.Windows.Control.xaml you could find all the needed styles and ControlTemplates for RadBusyIndicator.

We hope this will help you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Vahan
Top achievements
Rank 1
answered on 25 Mar 2015, 11:05 AM
OK, thanks a lot.
Tags
BusyIndicator
Asked by
Ganesh Jagdale
Top achievements
Rank 1
Answers by
Pana
Telerik team
Vahan
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or