Hi,
since AppointmentDisplayMode
will not be applied on Android platform I have a custom month cell. It displays a label per appointment, arranged e. g. within a StackLayout or Grid. I use ViewLayoutOptions.Overlay because I want to keep the style given by the schedule, I just want the labels to be shown, not the appointment indicators.
The problem is that there is always some space between the labels and the bottom of the cell, so that the indicators are visible. When I use a frame as custom view it fills the whole cell. So does a grid, a stacklayout or whatever. But every control within this "top level" view does not "reach" the bottom of the cell. Just as if there were a bottom padding which cannot be undone or overwritten. I have included a sample project as well as a screenshot showing 5 month cells, the 4th and the 5th having a boxview within a frame as custom month cell. One can see the gap between the bottom of the boxview and the bottom of the cell. The 5th cell also shows that the frame fills the cell (as it does in the 4th cell, but with transparent background color).
I cannot find a way to have the labels (or any other "inner" control of a custom cell view) fill the cell down to the bottom. Is there?
Btw: Using XF 3.4 and Sf 16.4.0.52
Kind regards