Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Day Range view- scroll bar (Read 2850 times)
gerardo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 27
Joined: Jan 26th, 2007
Day Range view- scroll bar
Feb 12th, 2007 at 8:12pm
Print Post  
When this view is full of appointments, there is no way to see the ones that are not displayed. Is there a way to enable a scroll bar so the user can see all the appointments using this view?

I can see the button ShowMoreItemsCue when the screen is full, but to use it, probably means to create a new form, render the appointments, catch the events, etc...  Undecided
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Day Range view- scroll bar
Reply #1 - Feb 13th, 2007 at 6:18am
Print Post  
Unfortuntely there is currently no way to automatically scroll through the items in the cell. Here is what you can do to workaround this:

1. As you suggested, handle the HiddenItemClick event and open a new form (e.g. Timetable view) which will display the clicked day and all items within it.

2. Change the size of the item to allow more items to be visible at once. To change the size of the items, use the Calendar.ItemSettings.Size property.

3. Handle the HiddenItemClick event and rotate the items within the clicked day to allow different items to be visible at a time. In order to rotate, you have to modify the item's priorities (through the Item.Priority property). This however, requires that all items within a single day have different priorities.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint