Print Page | Close Window

Scroll bar not showing up on XtremeCalendar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=14338
Printed Date: 19 April 2024 at 4:04pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Scroll bar not showing up on XtremeCalendar
Posted By: nth78
Subject: Scroll bar not showing up on XtremeCalendar
Date Posted: 19 May 2009 at 4:02pm
I have an XtremeCalendar 13.0 control (Day View).  When in Design mode in Visual studio, the vertical scroll bar shows.  However, when I run the application, the scroll bar isn't visible and I have to navigate down the time slots using the keyboard or mouse wheel.  I need to the scroll bar to appear. Any help is appreciated.



Replies:
Posted By: mdoubson
Date Posted: 20 May 2009 at 4:37pm
In 13.0 you can implement OnResize handler - it should help

-------------
Mark Doubson, Ph.D.


Posted By: nth78
Date Posted: 20 May 2009 at 4:55pm
Originally posted by mdoubson mdoubson wrote:

In 13.0 you can implement OnResize handler - it should help


I'm confused.  What can I add to the XtremeCalendar control's resize handler that will cause scroll bars to show up?

Thanks


Posted By: mdoubson
Date Posted: 21 May 2009 at 8:21am
Smth like this:
Private Sub Form_Resize()
    CalendarControl.Move 200, 200, ScaleWidth - 400, ScaleHeight - 400
End Sub


-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net