MindFusion.Scheduling for WinForms 5.8.2

Released: Oct 10, 2022

Updates in 5.8.2

Features

  • Added Microsoft .NET 6 assemblies - The distribution now includes assemblies for .NET 6. Locally installed assemblies don't show automatically in toolbox at this time, you can either add them manually or through NuGet package manager.
  • Reorder resources
    • You can now enable the 'AllowReorderResources' property to let users reorder resource columns in timetable or resource view when GroupType is set. The 'ReorderIndicatorColor' and 'ReorderIndicatorWidth' properties let you customize the appearance of the insertion indicator line.
  • Miscellaneous
    • Added new CustomDrawElements 'ItemHeaderText' and 'ItemDescriptionText' members which let you custom-draw text labels.
    • You can now enable the 'ExtendedCurrentTimeMarker' property to make current-time marker span the full extent of timetable/resource view.
  • API changes - AllowMoveRowHeaders property of ResourceViewSettings is now considered obsolete and superseded by AllowReorderResources. The latter also allows you to reorder secondary resources.