Calendar Control Issues

STEVESKI07

Member
Joined
Sep 12, 2007
Messages
17
Programming Experience
1-3
Aligning Text in Calendar Control

I am allowing the user to enter in an appointment into my calendar control and then a link will be added to that day's cell to let the user know that an appointment has been added for that day. My problem is that I would like to have the day number(which is automatically produced by the control) being center aligned and then all the rest of the text in the cell to be left aligned. Is there a way of doing this? I've tried adding tables into the cell and that hasn't worked.
 
Also, while we are on the calendar control topic...does anybody know if it is possible to limit the days shown per month? By default it shows 6 weeks at a time, so it overlaps a week from the previous and next month. I'd like for it to only show the days in the selected month (4 weeks)
 
Back
Top