WPFでタイムラインを作成する

Blendはまだ耳が聞こえないので、私は誰にも興味のない標準的なことをしています。それから、管理者のためにLog Journalをどのように行っているかを説明します。



もちろん、標準のグリッドを作成してからテーブルで印刷することも可能ですが、私は何か変わったものが欲しいのと同時に便利だと思います。 したがって、私自身はタイムラインの原則を選択しました。



ここから始めるためのリンクは次のとおりです。

Silverlight&WPFタイムラインコントロール -使い始めた優れたコントロール (自転車は好きではありません)

ソースコード -アセンブリソースとその使用例、またはWPFのライブラリライブラリとSilverlightのライブラリを個別にダウンロード





本質は簡単です。DLLを参照にスローし、ToolBoxに新しい要素を追加して、フォームにスローします。 ここに私が得たコードがあります:



< 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 .







そしてもちろん写真





これはすべて動的であり、機能します。 まあ、ほとんどすべて-WPFのデプロイボタンは機能しません。 ライブラリでは、SIlverlightに対してのみ登録されます。

しかし、データを追加しても、私は何かを理解しません。おそらくあなたの1人が理解するでしょう。 例では、サーバー(例: localhost :123 / data.xml)またはリソース(何らかの理由で耕作しない)からデータが挿入されます。



SQLデータベースからアンロードすることもできます。 明日はとても遅いので、データベースの接続方法を更新して示しますが、簡単に言えば-XMLDocumentに変換します。



All Articles