![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
is there a way to precisely change the viewable area of the Outlook calendar? I.e. to see exactly and always the current day from 7 am to 9 pm - How to set the start position of the current day - How to change the row height of a time row (in pixels) I understand that I can slightly influence the row height by changing: DayWeekFont.Size and that I can change the number of rows with: DayWeekTimeScale But is there a way to change the row height in pixels (e.g. via the Windows API instead of the Outlook model) Thanks for any ideas Thomas |
Ads |
#2
|
|||
|
|||
![]()
Outlook version?
In Outlook 2007 you can set the start by using the new CalendarView property and calling its GoToDate() method. There are lots of other view settings in that object that allow you to bypass editing the View.XML. You can set the view to some extent by editing the View.XML property. What I usually do is take what's there and in the UI modify it to look as I want, then I grab that View.XML and see how it differs from what was used to see what changes to make. Some things however cannot be changed. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm wrote in message ... Hello, is there a way to precisely change the viewable area of the Outlook calendar? I.e. to see exactly and always the current day from 7 am to 9 pm - How to set the start position of the current day - How to change the row height of a time row (in pixels) I understand that I can slightly influence the row height by changing: DayWeekFont.Size and that I can change the number of rows with: DayWeekTimeScale But is there a way to change the row height in pixels (e.g. via the Windows API instead of the Outlook model) Thanks for any ideas Thomas |
#3
|
|||
|
|||
![]()
Hello Ken,
I am sorry, yes i meant Outlook 2007. Thank you very much for your answer. The GoToDate helps! Do you also know if there is a way to modify the row height of the calendar lines? Kind regards Thomas |
#4
|
|||
|
|||
![]()
It doesn't look like it. There's no such property in the CalendarView object
and none of the View.XML has a height property, and you can't set that in the UI when customizing a view. So I'd say you cannot control the row height. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm wrote in message ... Hello Ken, I am sorry, yes i meant Outlook 2007. Thank you very much for your answer. The GoToDate helps! Do you also know if there is a way to modify the row height of the calendar lines? Kind regards Thomas |
#5
|
|||
|
|||
![]()
Ok,
but thank you very much for your help! Kind regards Thomas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CHANGE FONT SIZE IN OUTLOOK 2007 TO PRINT MONTHLY CALENDAR | Jim | Outlook - Calandaring | 1 | March 10th 07 07:02 PM |
Can I change default font size in Calendar notes? | PJC | Outlook - Calandaring | 3 | January 31st 07 01:50 AM |
change font size on calendar appointment subject line | Jodee | Outlook - Calandaring | 0 | January 30th 07 06:24 PM |
How do I change the font size of the days of the week in calendar. | Tom Dolan | Outlook - Calandaring | 0 | August 9th 06 02:59 AM |
I want to change the size of my calendar to show more items | John at ghost walk | Outlook - Calandaring | 0 | February 25th 06 04:25 PM |