Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

<滚动型>

                    <StackLayout Orientation =“Vertical”>

                        <syncfusion:SfSchedule

                                X:NAME = “时间表” 

                                ScheduleView = “MonthView” 

                                    区域设置=“EN” 

                                    HeightRequest = “700” 

                                    保证金= “0,0,0,30” 

                                    HeaderHeight = “50”>

                            <syncfusion:SfSchedule.MonthViewSettings>                              

                                <syncfusion:MonthViewSettings AppointmentIndicatorCount =“5”ShowAgendaView =“True”>

                                    <syncfusion:MonthViewSettings.AgendaViewStyle>

                                        <syncfusion:AgendaViewStyle DateFontColor =“Purple”HeaderHeight =“30”DateFontFormat =“dd MMMM,yyyy”DateFontAttributes =“Bold”DateFontSize =“15”DateFontFamily =“Arial”TimeFontColor =“Red”TimeFontSize =“13”TimeFontFamily =“ Arial“TimeFontFormat =”hh:mm“ 

                                         TimeFontAttributes =“Bold”BackgroundColor =“#DEF0DE”SubjectFontColor =“Blue”SubjectFontSize =“13”SubjectFontFamily =“Arial”SubjectFontAttributes =“Bold”AbsoluteLayout.LayoutBounds =“1,1,1,.1”AbsoluteLayout.LayoutFlags =“ PositionProportional“/>

                                    </syncfusion:MonthViewSettings.AgendaViewStyle>

                                </ syncfusion:MonthViewSettings>

                            </syncfusion:SfSchedule.MonthViewSettings>

                            <syncfusion:SfSchedule.AppointmentMapping>

                                <syncfusion:ScheduleAppointmentMapping

                                    SubjectMapping = “主题” 

                                    ColorMapping = “COLOR” 

                                    StartTimeMapping = “开始时间”  

                                                MinHeightMapping = “了minHeight”   

                                    EndTimeMapping = “结束时间”>

                                </ syncfusion:ScheduleAppointmentMapping>

                            </syncfusion:SfSchedule.AppointmentMapping>

                            <syncfusion:SfSchedule.MonthCellStyle>

                                <syncfusion:MonthViewCellStyle

                                            字号= “15” 

                                            FontFamily =“Arial”

                                            FontAttributes =“无” 

                                            TodayTextColor = “白”>

                                </ syncfusion:MonthViewCellStyle>

                            </syncfusion:SfSchedule.MonthCellStyle>

                        </ syncfusion:SfSchedule>

                    </ StackLayout>

                </滚动型>