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
903
WeekNumbers size in UltraMonthViewMulti
posted

Hi,

I try to increase the WeekNumbers font size in UltraMonthViewMulti, but when I set OverrideFontSettings to False, the font size is good but the column is not enough width to display two number WeekNumber.

Regards

Parents
No Data
Reply
  • 29105
    Suggested Answer
    Offline posted

    Hello,

    This behavior is to be expected when setting OverrideFontSettings to False. To ensure that the week numbers are not clipped I strongly recommend reducing the size of the week numbers by setting the WeekHeaderAppearance.SizeInPoints property.

    eg.

    this.ultraMonthViewMulti1.CalendarLook.WeekHeaderAppearance.FontData.SizeInPoints = 7;

    For more details please visit "OverrideFontSettings Property"

    Let me know if you have any questions regarding this matter.

Children