Hello
I am using ultraDayView and ultraCalenderInfo controls.
On my ulraDayView control I am showing the day 24 hours.
The height of the control is 347 px.
How can I show all the 24 hours on this 347px – on other words how can I change the control time slot resolution?
Thanks
You can set the TimeSlotInterval property to 'SixtyMinutes' to reduce the number of TimeSlots necessary to depict the number of hours in the day.
You can use the UltraDayView.CalendarInfo.LogicalDayDuration property to reduce the number of hours that the control displays.
The height of the time slots cannot be modified directly, as their height must be coupled to the height necessary to display appointment text. If you set the UltraDayView.CalendarLook.AppointmentAppearance.FontData.SizeInPoints property, you can change the size of the font used for appointment text.
Hello again
As I need to display per 30 minutes on the time slot control:
I did tried the
ultraDayView1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints = 1;
the font did change but the cell didn’t tock any effect:
thanks
if the control enforces a minimum height for TimeSlots and is a 20px... That fine
but i need it on 347px not more -- unsuccessful with the
ultraDayView1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints
Sorry, I forgot that the control enforces a minimum height for TimeSlots. There is no way to get them any shortter than about 20 pixels or so. If you like you can visit http://devcenter.infragistics.com/Protected/RequestFeature.aspx and submit a request for the ability to do this.