Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Calendar
  New Posts New Posts RSS Feed - Row height?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Row height?

 Post Reply Post Reply
Author
Message
John Smith View Drop Down
Newbie
Newbie


Joined: 29 November 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote John Smith Quote  Post ReplyReply Direct Link To This Post Topic: Row height?
    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.
Back to Top
nebulon View Drop Down
Newbie
Newbie


Joined: 05 December 2007
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote nebulon Quote  Post ReplyReply Direct Link To This Post Posted: 18 September 2010 at 6:37pm
I have the same needs. Is it possible to reduce the row height or the time left menu font size ?
Back to Top
Marco1 View Drop Down
Senior Member
Senior Member


Joined: 16 January 2004
Location: Germany
Status: Offline
Points: 251
Post Options Post Options   Thanks (0) Thanks(0)   Quote Marco1 Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2010 at 5:36pm
Have you tried to set the vertical scale via something like

CXTPCalendarDayView* pDayView = DYNAMIC_DOWNCAST(CXTPCalendarDayView, pView);
pDayView->SetScaleInterval(...

as demonstrated in CalendarDemo
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.