<ListBox.Template>
<ControlTemplate TargetType="{x:Type ListBox}">
<blendables:TimelinePanel IsItemsHost="True"
UnitSize="{StaticResource unitSize}"
UnitTimeSpan="1"
BeginDate="1/1/2009"
EndDate="12/31/2009"
/>
</ControlTemplate>
</ListBox.Template>
能够在运行时更改 BeginDate 和 EndDate 的最佳方法是什么?