We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ShowAppointmentsInline in UWP Desktop doesnt work

UWP desktop application doesnt display ShowAppointmentsInline=true, UWP mobile application works fine. simple implementation as below

<schedule:SfSchedule  x:Name="Schedule" Grid.Row="1" ScheduleView="{Binding CurrentScheduleView}" ShowAppointmentsInline="True" HorizontalOptions="FillAndExpand"
                  Locale="{Binding SfScheduleLocale}" FirstDayOfWeek="2" VerticalOptions="FillAndExpand" DataSource="{Binding Schedules}">
         <schedule:SfSchedule.MonthCellStyle>
                <schedule:MonthViewCellStyle 
                        BackgroundColor="White" 
                        TextColor="Black"                         
                        NextMonthBackgroundColor="White" 
                        NextMonthTextColor="Gray" 
                        PreviousMonthBackgroundColor="Silver" 
                        PreviousMonthTextColor="Black" 
                        TodayBackgroundColor="Red" 
                        TodayTextColor="White">
                </schedule:MonthViewCellStyle>
            </schedule:SfSchedule.MonthCellStyle>

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team June 9, 2017 12:03 PM UTC

Hi Emil, 
 
Thank you for contacting Syncfusion support. 
 
As per the implementation, Schedule Month InlineView support to view the Appointment in the specific day is not available for Xamarin Forms UWP Desktop mode. We have provided Inline View support to view the Appointment details only for mobile mode, since In Mobile mode MonthView is not suitable to view the appointments and its details. Whereas desktop mode is capable of showing the appointment in the available space itself.  
 
Could you please share more details about your requirement using this feature in the Desktop mode along with the screenshot (if possible), it will be helpful for us to check on it and consider while implementing the feature in any of our upcoming Volume release. 
 
Regards,     
Subburaj Pandian V.  


Loader.
Up arrow icon