Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Mouse Scrolling in Planners.NET !? (Read 10884 times)
Junior
Guest


Mouse Scrolling in Planners.NET !?
Mar 14th, 2006 at 3:37pm
Print Post  
Maybe you should implement the mouse scrolling in the next releases. It's very useful.

Regards.

Osmar Junior.
  
Back to top
 
IP Logged
 
Junior
Guest


Re: Mouse Scrolling in Planners.NET !?
Reply #1 - Mar 14th, 2006 at 3:40pm
Print Post  
Angry

Sorry. I posted in the wrong topic... (Please, moderator, move the topic).

Sorry about that.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Mouse Scrolling in Planners.NET !?
Reply #2 - Mar 14th, 2006 at 4:43pm
Print Post  
Hi,

There is some kind of auto-scrolling implemented now - drag an item to a cell near the edge of the visible area and the control should start scrolling in that direction. Is that what you need ?

If you mean scrolling with the mouse wheel, you can handle the MouseWheel event and explicitly scroll the view from the handler method.

Regards
Stoyan
  
Back to top
 
IP Logged
 
pot.buyer
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 20th, 2006
Re: Mouse Scrolling in Planners.NET !?
Reply #3 - Sep 20th, 2006 at 10:00am
Print Post  
I think Junior meant the unlimited scrolling bounds

like in outlook e.g. when you in the month or week mode you can scroll dates in both directions without any limits
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Mouse Scrolling in Planners.NET !?
Reply #4 - Sep 20th, 2006 at 11:11am
Print Post  
The SingleMonth and MonthRange view supports unlimited scrolling in both directions. You have to set the MonthSettings.HeaderStyle or MonthRangeSettings.HeaderStyle to the appropriate value in order to  display the scroll buttons though.

The DayRange and the WeekRange views display a fixed range of dates, however.

Meppy
  
Back to top
 
IP Logged
 
pot.buyer
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 20th, 2006
Re: Mouse Scrolling in Planners.NET !?
Reply #5 - Sep 22nd, 2006 at 6:04am
Print Post  
well it is reasonable to constraint the dayrange view scrolling because of its specific layout

but it would be useful to have weekrange view unleashed in scrolling capabilities, like singlemonth and monthrange views

mechanisms might be different:
- scroll bar as usual for week range view, but with unlimited scrolling bounds
- or buttons in the header for +1 or -1 week navigation, like in single month view

of course you may have better ideas
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Mouse Scrolling in Planners.NET !?
Reply #6 - Sep 22nd, 2006 at 7:31am
Print Post  
We will consider adding some kind of unlimited scrolling in the WeekRange view. Thank you for your suggestion.

Meppy
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Mouse Scrolling in Planners.NET !?
Reply #7 - Sep 28th, 2006 at 11:08am
Print Post  
This sample illustrates how it is possible to implement unlimited scrolling using the new features that will be available in the upcoming 4.1 release:

https://www.mindfusion.org/_samples/_sample_UnlimitedScrolling.zip
(This is a temporary url and might not work in the future.)

Meppy
  
Back to top
 
IP Logged
 
pot.buyer
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 20th, 2006
Re: Mouse Scrolling in Planners.NET !?
Reply #8 - Oct 2nd, 2006 at 8:10am
Print Post  
got it, looks great
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint