Hello,
In keeping with the mvvm style, I have been trying populate the timebar intervals via binding. However, it complains at me when I try(see below) because Intervals is readonly. I noticed the interval groups and interval items properties, but I'm not sure what they do. Is there a way to populate the intervals (and acess other read-only properties such as ActualMinZoomRange) without resorting to giving the RadTimeBar and "x:Name="?
Thanks,
Eric
In keeping with the mvvm style, I have been trying populate the timebar intervals via binding. However, it complains at me when I try(see below) because Intervals is readonly. I noticed the interval groups and interval items properties, but I'm not sure what they do. Is there a way to populate the intervals (and acess other read-only properties such as ActualMinZoomRange) without resorting to giving the RadTimeBar and "x:Name="?
Thanks,
Eric
<
telerik:RadTimeBar
DataContext="{Binding}" Intervals
=
"{Binding Intervals, Mode=OneWayToSource}"
/>