もちろん、標準のグリッドを作成してからテーブルで印刷することも可能ですが、私は何か変わったものが欲しいのと同時に便利だと思います。 したがって、私自身はタイムラインの原則を選択しました。
ここから始めるためのリンクは次のとおりです。
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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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 .
< 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に変換します。