<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Scroll hor. to a given day</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Scroll hor. to a given day]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 00:56:08 +0000</pubDate>
  <lastBuildDate>Mon, 24 Mar 2008 12:36:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=9269</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Scroll hor. to a given day : Just out of curiosity, how do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32522&amp;title=scroll-hor-to-a-given-day#32522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 12:36pm<br /><br />Just out of curiosity, how do you show the horizontal scrollbar? When I use this code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp; With Me.CalendarControl1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .ViewType = xtpCalendarDayView<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; .DayView.EnableHScroll True<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; .DayView.ShowDays Now, Now + 10<br>&nbsp;&nbsp; End With<br></pre></td></tr></table><br><br>It shows all 10 days squished into the view with no horizontal scrollbar. On my computer EnableHScroll only seems to apply to horizontal scrolling using the keyboard.<br><br>Is there another setting requried to show the horizontal scrollbar?<br>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 12:36:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32522&amp;title=scroll-hor-to-a-given-day#32522</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Apparently, the Dayview.Daycount...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32516&amp;title=scroll-hor-to-a-given-day#32516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 9:42am<br /><br /><DIV>Apparently, the Dayview.Daycount return only the number of visible days (not the invisible days), even if Dayview.EnableHscroll is turn to True.</DIV><DIV>&nbsp;</DIV><DIV>So we can know how many days are visible.</DIV><DIV>&nbsp;</DIV><DIV>Did you try the code?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 09:42:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32516&amp;title=scroll-hor-to-a-given-day#32516</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Hi dentor   I am not shure if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32515&amp;title=scroll-hor-to-a-given-day#32515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 9:16am<br /><br />Hi dentor <DIV>&nbsp;</DIV><DIV>I am not shure if you are rigth. How do you know how much days are visible? </DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;enable horizontal scrolling with .EnableHScroll True and I thought DaysCount returns the total number of days in a day view not only the visible ones...</DIV><DIV>&nbsp;</DIV><DIV>Am I wrong???</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 09:16:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32515&amp;title=scroll-hor-to-a-given-day#32515</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Hello Fabian,  If you watch...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32505&amp;title=scroll-hor-to-a-given-day#32505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 6:05am<br /><br />Hello Fabian,<DIV>&nbsp;</DIV><DIV>If you watch the code, you'll see that if the day is visible, the subroutine do nothing.</DIV><DIV>&nbsp;</DIV><DIV>I agree with you, it will be better if CJ make an intrinsec method EnsureVisible to do the job. Meanwhile, I think it's a good workaround.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 06:05:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32505&amp;title=scroll-hor-to-a-given-day#32505</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Hello Dentor  Yes your code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32503&amp;title=scroll-hor-to-a-given-day#32503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 5:45am<br /><br />Hello Dentor<DIV>&nbsp;</DIV><DIV>Yes your code goes in the right direction. But because we have no indication if a day is visible or not I always scroll the given day around. So what I expect from CJ is a simple method .EnsureVisibleDate(Date) (like the allready present method .EnsureVisible(Viewevent)). It sould move the day into view if necessary.</DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot for your help</DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 05:45:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32503&amp;title=scroll-hor-to-a-given-day#32503</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Hello Fabian,  Did you test...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32499&amp;title=scroll-hor-to-a-given-day#32499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 4:51am<br /><br />Hello Fabian,<DIV>&nbsp;</DIV><DIV>Did you test the EnsureVisibleDate subroutine showed above. I think it make a response for your problem to show the date in the calendar after your search routine.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 04:51:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32499&amp;title=scroll-hor-to-a-given-day#32499</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Thanks for your effort  But...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32497&amp;title=scroll-hor-to-a-given-day#32497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 24 March 2008 at 4:27am<br /><br />Thanks for your effort<DIV>&nbsp;</DIV><DIV>But my problem can not been solved with the current version, so I cried for a new method:</DIV><DIV>&nbsp;</DIV><DIV>I use</DIV><DIV>&nbsp;</DIV><DIV>DayView.EnableHScroll</DIV><DIV>DayView.ShowDays(Date1, Date2)</DIV><DIV>&nbsp;</DIV><DIV>Because I allow hor. scrolling, not all days are shown in my window. The user can scroll horizontally to view all events of all days. But I have built in a search function, that finds the next free time. If this time was outside the actual shown days I will .EnsureVisible(Date):</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ¦ Window border</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ¦</DIV><DIV>|Day1|Day2|Day3|Day4|day5</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ¦</DIV><DIV>&nbsp;</DIV><DIV>Day1 to 3 are visible but I wish to scroll so e.g. day1 vanishes and day4 was shown.</DIV><DIV>&nbsp;</DIV><DIV>hope this clarifies my problem and I hope CJ has an ear for me</DIV>]]>
   </description>
   <pubDate>Mon, 24 Mar 2008 04:27:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32497&amp;title=scroll-hor-to-a-given-day#32497</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day :   Hi Fabian,I&amp;#039;ve re-examined...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32482&amp;title=scroll-hor-to-a-given-day#32482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 23 March 2008 at 2:14pm<br /><br />Hi Fabian,<br><br>I've re-examined your posts, and I *think* I understand what you want to do:<br><br>1) Only allow the user to scroll over a range of dates (for example, 10 days from today)<br>2) Only show the user a subset of those dates (for example, 4 days on-screen at once) in DayView<br><br>I've put together a sample that can fulfil those requirements. The form requires a Codejock ScrollBar control (ScrollBar1) and a Codejock CalendarControl (CalendarControl1). <br><br>It may be buggy since I haven't tested it extensively, but it should illustrate the principles:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Option Explicit<br><br>Private Const mclngViewableDays As Long = 4&nbsp;&nbsp; ' Days to show on-screen at once<br>Private Const mclngScrollableDays As Long = 10&nbsp; ' Allowable days to scroll around DayView<br><br>Private mlngScrollDirection As Long<br><br>Private Sub CalendarControl1_KeyDown(KeyCode As Integer, Shift As Integer)<br>&nbsp;&nbsp; ' To move the scrollbar on right/left arrow keys at edge of view<br>&nbsp;&nbsp; Select Case KeyCode<br>&nbsp;&nbsp; Case vbKeyRight<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Right arrow key<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Me.ScrollBar1.Value &lt; Me.ScrollBar1.Max Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' There are hidden future dates<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Fix(Me.CalendarControl1.DayView.Selection.End) = Fix(Me.CalendarControl1.DayView.Days(VisibleViewDays).Date) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' We are at the right-most visible date<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' So scroll right<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mlngScrollDirection = 1 ' Right<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.ScrollBar1.Value = Me.ScrollBar1.Value + 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp; Case vbKeyLeft<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Left arrow key<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Me.ScrollBar1.Value &gt; Me.ScrollBar1.Min Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' There are hidden past dates<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Fix(Me.CalendarControl1.DayView.Selection.Begin) = Fix(Me.CalendarControl1.DayView.Days(0).Date) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' We are at the left-most visible date<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' so scroll left<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mlngScrollDirection = -1&nbsp;&nbsp; ' Left<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.ScrollBar1.Value = Me.ScrollBar1.Value - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp; End Select<br>End Sub<br><br>Private Sub CalendarControl1_ViewChanged()<br>&nbsp;&nbsp; ' Reset the selected position after scrolling in the KeyDown event<br>&nbsp;&nbsp; ' because KeyUp pushes the selection an extra day left/right<br>&nbsp;&nbsp; Dim datStart As Date<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; With Me.CalendarControl1.DayView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; datStart = .Selection.Begin - mlngScrollDirection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Fix(datStart) &gt;= Fix(.Days(0).Date) And Fix(datStart) &lt;= Fix(.Days(VisibleViewDays).Date) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Err.Number = 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Selection.Begin = datStart<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Selection.End = .Selection.Begin + (.TimeScale / 60 / 24)&nbsp; ' add 1 timescale unit to the end selection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp; End With<br>End Sub<br><br>Private Sub Form_Load()<br>&nbsp;&nbsp; With Me.CalendarControl1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ViewType = xtpCalendarDayView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DayView.EnableHScroll False&nbsp; ' Don't let the user scroll horizontally using the keyboard<br>&nbsp;&nbsp; End With<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; Me.ScrollBar1.Max = (mclngScrollableDays - 1) \ mclngViewableDays<br>&nbsp;&nbsp; ScrollBar1_Scroll<br>End Sub<br><br>Private Function VisibleViewDays() As Long<br>&nbsp;&nbsp; Dim lngViewableDays As Long<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; If Me.ScrollBar1.Value &lt; Me.ScrollBar1.Max Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngViewableDays = mclngViewableDays - 1<br>&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngViewableDays = mclngScrollableDays Mod mclngViewableDays - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If lngViewableDays &lt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngViewableDays = mclngViewableDays - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp; End If<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; VisibleViewDays = lngViewableDays<br>End Function<br><br>Private Sub ScrollBar1_Change()<br>&nbsp;&nbsp; ScrollBar1_Scroll<br>End Sub<br><br>Private Sub ScrollBar1_Scroll()<br>&nbsp;&nbsp; Dim datStart As Date<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; datStart = Now + (mclngViewableDays * Me.ScrollBar1.Value)<br>&nbsp;&nbsp; With Me.CalendarControl1.DayView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowDays datStart, datStart + VisibleViewDays<br>&nbsp;&nbsp; End With<br>End Sub<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Sun, 23 Mar 2008 14:14:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32482&amp;title=scroll-hor-to-a-given-day#32482</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Ok, I see.  Just another subroutine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32480&amp;title=scroll-hor-to-a-given-day#32480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 23 March 2008 at 1:23pm<br /><br />Ok, I see.<DIV>&nbsp;</DIV><DIV>Just another subroutine that can do the trick:</DIV><DIV>&nbsp;</DIV><DIV>Sub EnsureVisibleDate(Dt As Date)<BR>Dim LastDay As Long<BR>&nbsp;&nbsp;&nbsp; With Calendar<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' *** How many days in Dayview<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastDay = .DayView.DaysCount - 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' *** Date below or above dayview<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Dt &lt; .DayView(0).Date Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DayView.ShowDays Dt, Dt + LastDay<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ElseIf Dt &gt; .DayView(LastDay).Date Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DayView.ShowDays Dt - LastDay, Dt<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End With<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 23 Mar 2008 13:23:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32480&amp;title=scroll-hor-to-a-given-day#32480</guid>
  </item> 
  <item>
   <title><![CDATA[Scroll hor. to a given day : Hi Fabian,Can you explain how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32479&amp;title=scroll-hor-to-a-given-day#32479</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9269<br /><strong>Posted:</strong> 23 March 2008 at 12:43pm<br /><br />Hi Fabian,<br><br>Can you explain how you've set up your calendar in a bit more detail? I've tried using Me.CalendarControl1.DayView.ShowDays "Jan 7, 2008", "Jan 18, 2008" and it shows every day from Jan 7 to Jan 18, no scrolling required (when in DayView). You mention that your view doesn't show Jan 16, so I'm wondering how you have your control set up.<br>]]>
   </description>
   <pubDate>Sun, 23 Mar 2008 12:43:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9269&amp;PID=32479&amp;title=scroll-hor-to-a-given-day#32479</guid>
  </item> 
 </channel>
</rss>