Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MindFusion.Scheduling for WPF, version 3.2 (Read 2068 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 689
Joined: Apr 6th, 2003
MindFusion.Scheduling for WPF, version 3.2
Jun 5th, 2012 at 9:06am
Print Post  
We have released version 3.2 of MindFusion.Scheduling for WPF. The new version includes:

Optimizations
The Calendar control now support virtualization and is able to handle hundreds of items. The virtualization cannot be turned off. When using custom item or cell presenters, you need to pay special attention to the fact that those presenters can be subsequently reused by the virtualization engine for other items or cells. When a CellPresenter is reused, its StartTime and EndTime properties are updated to reflect the start and end time of the new cell. This causes the OnStartTimeChanged and OnEndTimeChanged methods to be invoked. When an ItemPresenter is reused its Item property is updated and its OnItemChanged method is invoked.

Delayed Scrolling
Delayed scrolling can now be enabled through the new DelayScroll property. When scrolling is delayed calendar views do not update immediately during scrollbar interactions. Instead the control displays a small tooltip with information about the new scroll position. The contents of the tooltip can be a date or an index, depending on the specific view and the scrollbar being modified. When the scrollbar interaction is complete, the view updates to reflect the new scroll position.

Miscellaneous
  • The new KeepItemOrder property can be used to prioritize the newly created items during collision processing.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.

A trial version is available for download here:
https://www.mindfusion.eu/WpfPlannerTrial.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint