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
145
Appointment look
posted

Hi,

Is there a way to change the way the appointment is displayed in the UltraDayView control?

I want to change the layout of the text within the appointment area.

Thanks

Parents
No Data
Reply
  • 69832
    Offline posted

    The Appointment class exposes an Appearance property, which is a type that exposes properties like BackColor, ForeColor, FontData, etc. It also exposes TextHAlign and TextVAlign properties, although these are not always applicable under the Office2007 ViewStyle. You can probably use the IUIElementCreationFilter interface to customize the text layout.

Children
No Data