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

Calendar in StackLayout

1 Answer 58 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Mauro
Top achievements
Rank 1
Mauro asked on 27 May 2015, 08:33 PM

Is it possible to insert the Calendar inside a StackLayout?

I need to add an ActivityIndicator to indicate the load of the appointments...

Thank you in advance

Mauro

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 01 Jun 2015, 06:37 AM
Hi Mauro,

I tried to visualize our RadCalendar component in a StackLayout and the code that I used works as expected with our latest official release. The page that I used is defined like this:

             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"
             x:Class="App7.CalendarPage">
  <StackLayout>
    <telerikInput:RadCalendar/>
    <ActivityIndicator />
  </StackLayout>
</ContentPage>
Are you saying that such kind of page cannot be rendered on your side? If you have any issues visualizing the component I recommend going through the steps described in our Getting Started article. The most important steps are to reference the required binaries and to register the renderer that the control uses.

I hope this information is helpful.

Regards,
Pavel R. Pavlov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Calendar & Scheduling
Asked by
Mauro
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or