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
181
Is it possible each week height in different size in monthviewsingle calendar?
posted

Hi i have some questions in Ultramonthview single calendar,

1.Is it possible each week height in different size in monthviewsingle calendar?

2.Is it possible to add custom buttons in a particular day?if yes how many we can add in a single day?

 

Thanks in advance,

Shan

Parents
No Data
Reply
  • 69832
    Offline posted

    1. No, each week is the same height, that height being dependent on the height of the control.

    2. Yes, using the IUIElementCreationFilter interface. There is no theoretical limit, although you should be aware that unless you prevent appointments/notes from appearing within the day area, those buttons will not necessarily be visible, i.e., the control's metrics calculation routines do not know about them so no space is carved out for them.

Children