This is a migrated thread and some comments may be shown as answers.

Month View Style

3 Answers 105 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Pooja
Top achievements
Rank 1
Pooja asked on 23 Sep 2011, 08:15 AM
Could you please tell me the way to reduce the height of cells in MonthView. I have limited area to show the calendar and I want to show whole calendar view.

3 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 28 Sep 2011, 10:51 AM
Hello,

The minimum height of the month view cells depend on a few properties set in the RadScheduleView's theme styles. There is a special style for the month view GroupHeaders as well as the text could stretch the cells. Please check the ScheduleView.xaml Styles in the attached project. The modified places are marked with "NOTE" comments.

Regards,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Pooja
Top achievements
Rank 1
answered on 03 Oct 2011, 08:25 AM
Hi,
My requirement is like that. I do not want to show any scrollbars in Month View, Suppose my Visible days in a month is 30 I want to display all 30 days without a scrollbar. If user stretches the window size the month view should also stretch. Let me know if this is possible.
0
Pana
Telerik team
answered on 07 Oct 2011, 07:13 AM
Hello,

It can not get any smaller than setting:

<!-- NOTE: here is set the minimum height for the month view group headers -->
<Setter Property="MinHeight" Value="28" />

In the provided solution. After that the cell headers and invisible "Show More Button" will start stretching the view and show the scroll bar anyway.

Tags
ScheduleView
Asked by
Pooja
Top achievements
Rank 1
Answers by
Pana
Telerik team
Pooja
Top achievements
Rank 1
Share this question
or