Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Disable Scrollbars and manually change position
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Disable Scrollbars and manually change position

 Post Reply Post Reply
Author
Message
AHoffmann View Drop Down
Newbie
Newbie
Avatar

Joined: 20 November 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote AHoffmann Quote  Post ReplyReply Direct Link To This Post Topic: Disable Scrollbars and manually change position
    Posted: 20 November 2009 at 6:17am
Hi

I'm using Calendard Control 12.0.1. I want to replace the normal scrollbar with large buttons.
So the access is easier for touch panels.

I don't find an property DisableScrollbars or something like that and I also need change the position what I see.

Have someone a tip for me.


Thanks and greats from austria
Andi
Back to Top
AHoffmann View Drop Down
Newbie
Newbie
Avatar

Joined: 20 November 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote AHoffmann Quote  Post ReplyReply Direct Link To This Post Posted: 23 November 2009 at 3:31am
so i found something
   this.axCalendarControl1.DayView.EnableVScroll(false);

is there a possibility to scroll with my own buttons?
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2009 at 11:28am
You can use function - CalendarControl.DayView.ScrollV(long CellIndex) for your button's action handler
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.141 seconds.