📜 ⬆️ ⬇️

Creating Timeline in WPF

Since with Blend it’s still dull, I’m doing standard things that nobody cares about, I’ll tell you how I’m doing the Logging for Administrators.

Of course, it would be possible to make a standard grid and then output it with a table, but I want something unusual and at the same time convenient. Therefore, for myself, I chose the principle of timeline.

For starters, here's a link for you:
Silverlight & WPF Timeline Control - Excellent control that I began to use (I don't like bicycles)
Source Code - build sources and examples of working with it, or download separately releases of libraries Library for WPF and Library for Silverlight

')
The essence is simple: We throw the DLL in the references, add new elements to the ToolBox and throw it on the form. Here is the code I got:

< Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  1. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  2. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  3. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  4. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  5. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  6. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  7. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  8. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  9. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  10. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  11. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  12. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  13. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  14. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  15. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  16. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  17. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  18. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  19. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  20. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  21. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  22. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  23. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  24. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  25. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  26. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  27. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  28. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  29. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  30. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  31. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  32. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  33. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  34. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  35. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  36. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  37. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  38. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  39. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  40. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  41. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  42. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  43. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  44. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  45. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  46. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  47. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  48. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  49. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  50. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  51. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  52. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  53. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  54. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  55. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  56. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  57. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  58. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  59. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  60. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  61. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  62. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  63. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  64. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
  65. < Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .
< Grid x:Name ="LayoutRoot" Background ="White" > < TabControl > < TabItem x:Name ="tiTimeLine" Header ="TimeLine" > < Grid x:Name ="grdTimeLine" > < Grid.RowDefinitions > < RowDefinition Height ="*" /> < RowDefinition Height ="30" /> </ Grid.RowDefinitions > < timeline:TimelineTray x:Name ="timeline" Grid . Row ="0" CalendarType ="gregorian" HorizontalAlignment ="Stretch" MinDateTime ="01/01/2010" MaxDateTime ="01/01/2020" InitialDateTime ="02/11/2010" > < Grid.RowDefinitions > < RowDefinition Height ="20" /> < RowDefinition Height ="*" /> < RowDefinition Height ="25" /> < RowDefinition Height ="20" /> </ Grid.RowDefinitions > < timeline:TimelineToolbox Grid . Row ="0" /> < timeline:TimelineBand Grid . Row ="1" IsMainBand ="True" ItemSourceType ="Days" HorizontalAlignment ="Stretch" TimelineWindowSize ="20" MaxEventHeight ="130" /> < timeline:TimelineBand Grid . Row ="2" HorizontalAlignment ="Stretch" ItemSourceType ="months" TimelineWindowSize ="16" MaxEventHeight ="4" /> < timeline:TimelineBand Grid . Row ="3" HorizontalAlignment ="Stretch" ItemSourceType ="years" TimelineWindowSize ="16" MaxEventHeight ="4" /> </ timeline:TimelineTray > </ Grid > </ TabItem > < TabItem x:Name ="tiOther" Header ="Another" > < Grid /> </ TabItem > </ TabControl > </ Grid > * This source code was highlighted with Source Code Highlighter .


And of course the picture


All this is dynamic and works. Well, almost everything - the deploy button in WPF does not work, because The library is written only for SIlverlight.
Here, with the addition of data, I can’t understand something, maybe one of you will understand. In the examples, data is inserted either from the server (for example: localhost : 123 / data.xml), or from resources (which for some reason does not plow).

You can also do unloading from the SQL database. Now it is very late tomorrow I will update and show you how to connect the database, but in a nutshell - convert to XMLDocument.

Source: https://habr.com/ru/post/84009/


All Articles