How to specify number of months to Scroll |
Post Reply |
Author | |
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
Posted: 14 March 2007 at 1:33am |
Hi team,
I have a datepicker on a form, with 3 columns, two rows. The form is resizable. The datepicker resizes on form resize. So the bigger the size the more months are viewable. By default when you scroll to previous/next month, by default the count is one month. How can i specify the number of months to scroll based on the number of months in view? e.g if am viewing 12 months, number of scroll months should be twelve, and so on? Thanks |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hmm...
For C++/MFC version of the control there is a property called MonthDelta. This is a number of months to scroll. We'll try to add the same option for ActiveX by the next release. -- WBR, Serge |
|
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
thats great.
i still got similar issue but i guess this can be done by code. I am trying to achieve the same functionality on the calendar control in all the four views(dayview, weekview, workweekview and monthview) I managed to do for dayview and monthview but wont get it right for weekview & workweek. Am using this line of code: CalendarControl.DayView.ShowDay CalendarControl.DayView.days(0).Date - 1(or +1) any hint as to how i can achieve the same on workweek/Workweekview will be appreciated. thanks in advance. |
|
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3 Language: Visual Basic 6 SP6 |
|
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 |