Is it possible to create my own CustomCalendarControlUI which is inherited from ControlUI and uses Table or some other control to display the
calendar instead of CalendarControlUI?
Thanks
Rajiv
1.Re: how to create customized look and feel for calendar control? Jun 16, 2008 7:26 AM
The UI of a CalendarControl must be a subcalss of CalendarControlUI. So the alswer to your question is NO. However you can subcalss CalendarControlUI (which is a subclass of ControlUI and provides a minimal interface between the CalendarControl and its UI) or any of the public subclasses of CalendarControlUI to achieve your goal.