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
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.