Hi there,
I have a Grid as custom inline appointment view which consists of 4 columns. In the inline view only the first two columns are visible, regardless of how I set Grid.HorizontalOptions. The height of the inline view also cuts off a part of the custom grid. This behaviour occurs unless I set a Width-/Height-Request for the custom Grid. Is this the only way to have the custom view fully shown inside the inline view?
I have included a sample showing this behaviour. Schedule_MOnthCell_SamplePage.Schedule_OnMonthInlineAppointmentLoadedEvent has the lines 78 and 81 commented out which set the Width-/Heigt-Request.
In my App I have noticed another mysterious behaviour, which I cannot reproduce in the sample yet. I set the Width- and Height-Request of the custom view. The custom view is shown correctly shown inside the inline view when I first tap the date having an appointment. If I tap this date again and again and again, then the custom view layout is sometimes broken as it would be if I hadn't set the Width-/Height-Request.
Maybe this is a duplicate of "MonthCellLoaded custom View broken layout" (thread 138084 ).
Btw: I'm using
- Xamarin Forms 3.2.0.839982
- SfSchedule release 16.2.0.46
Kind regards
Attachment:
ScheduleMonthView_CustomCell.sample_e9b30fda.zip