Row height? |
Post Reply |
Author | |
John Smith
Newbie Joined: 29 November 2007 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 29 November 2007 at 11:03am |
I'm using CalendarPro control on my CDialog class in my MFC project, and I cannot figure out how to change row height in day/week views? I want to be able to reduce it a little so that whole calendar and events would be visible in day/week views avoiding vertical scrolling? I'm using Office Theme 2007. Thanks for replying.
|
|
nebulon
Newbie Joined: 05 December 2007 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
I have the same needs. Is it possible to reduce the row height or the time left menu font size ?
|
|
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
|
Have you tried to set the vertical scale via something like
CXTPCalendarDayView* pDayView = DYNAMIC_DOWNCAST(CXTPCalendarDayView, pView); pDayView->SetScaleInterval(... as demonstrated in CalendarDemo |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |