Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
UltraMonthViewSingle Appointment Height
posted

Hi,

1. Is it possible to change appointment height to show two lines in appointment

2. And how to change appointment margins to make reduce bottom\top appointments spaces.

3. Is it possible to show scroll in appointments view instead of MoreActivityIndicator.

Oleg

  • 53790
    Verified Answer
    posted

    Hello Oleg,

    Could you please take a look at the answers of your questions:

    Mastahh said:
    1. Is it possible to change appointment height to show two lines in appointment

    Maybe one possible approach could be if you are using CreationFilter and modify the Rect property of your SingleDayAppointmentUIElement. If you want to show your text on multiple lines, you should use two or more EditorWithTextUIElements, or FormattedTextEditorUIElement to represent your appointment`s text

    Mastahh said:
    2. And how to change appointment margins to make reduce bottom\top appointments spaces.

    If you are using CreationFilteryou could use Offset method or again Rect to change the margins of your appointments

    Mastahh said:
    3. Is it possible to show scroll in appointments view instead of MoreActivityIndicator

    I suppose that this task is the most complicated. Maybe you could override our controls and extend it with such functionality or another possible solution could be if you are using UltraDayView. When you choose a day from your UltraMonthView control, you could switch to UltraDayView to represent all appointemtns for that day. Please take a look at the sample in our sample browser. There you could find similar solutions.

    Let me know if you have any questions.

    Regards