Download Timeline Control

Description

Timeline control fill a missing part in WPF toolbox.It allow you to show visual representation of data on visual timeline such as present in MS Project application.TimelineControl is highly customizable using DataTemplate and Style and is 100% C# WPF managed code.

Source Files

The download file timelinecontrol.zip has the following entries.


.gitignore/*from  w w  w. ja v  a  2s  . co m*/
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/App.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/App.xaml.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/DoubleToTimeSpanFromMinutesConverter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest.csproj
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Properties/AssemblyInfo.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Properties/Resources.Designer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Properties/Resources.resx
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Properties/Settings.Designer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Properties/Settings.settings
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/SuperTask.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Task.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/TaskDependency.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Window1.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline.MTest/Window1.xaml.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/AddDoubleConverter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/AsyncVirtualizingCollection.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Connection.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/ConnectionView.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/ConnectionsPresenter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/ConnectionsPresenterView.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Connector.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/FrictionScrollViewer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/IItemsProvider.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/MathUtil.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Org.Dna.Aurora.UIFramework.Wpf.Timeline.csproj
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Properties/AssemblyInfo.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Properties/Resources.Designer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Properties/Resources.resx
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Properties/Settings.Designer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Properties/Settings.settings
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/RulerBlockItem.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/ScrollViewerSyncer.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/StyleSelectorByItemType.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/Generic.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/Shared.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/aero.normalcolor.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/classic.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/luna.homestead.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/luna.metallic.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Themes/luna.normalcolor.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/Timeline.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineCompactPanel.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineControl.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineControlView.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineGanttPanel.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineItem.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineItemPresenterView.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineItemsPresenter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelinePanel.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineRulerControl.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TimelineRulerControlView.xaml
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TreeListViewControl/LevelToIndentConverter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TreeListViewControl/TreeGridViewRowPresenter.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TreeListViewControl/TreeListView.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/TreeListViewControl/TreeListViewItem.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/VersionHistory.txt
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/VirtualizingCollection.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/WpfUtility.cs
TimelineControl/trunk/Org.Dna.Aurora.UIFramework.Wpf.Timeline/XamlNamespace.cs
TimelineControl/trunk/TimelineControl.sln

Download

Click the following link to download timelinecontrol.zip.

timelinecontrol.zip