Removed unused reference to AvalonDock.
Added breadcrumb comment to Telerik Tab Control to show how to do EventToCommand bindings.
This commit is contained in:
@@ -7,9 +7,6 @@ This resource dictionary is used by the MainWindow.
|
||||
xmlns:vm="clr-namespace:TradeBlotter.ViewModels"
|
||||
xmlns:vw="clr-namespace:TradeBlotter.Views"
|
||||
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
|
||||
xmlns:dock="http://schemas.xceed.com/wpf/xaml/avalondock"
|
||||
xmlns:dockctrl="clr-namespace:Xceed.Wpf.AvalonDock.Controls;assembly=Xceed.Wpf.AvalonDock"
|
||||
xmlns:dockdht="clr-namespace:Xceed.Wpf.AvalonDock.DocumentHeaderTemplate;assembly=Xceed.Wpf.AvalonDock"
|
||||
>
|
||||
|
||||
<DataTemplate DataType="{x:Type vm:DividendRiskParityViewModel}">
|
||||
@@ -284,7 +281,11 @@ This resource dictionary is used by the MainWindow.
|
||||
ItemsSource="{Binding}"
|
||||
ItemTemplate="{StaticResource ClosableTabItemTemplate}"
|
||||
Margin="4">
|
||||
</telerik:RadTabControl>
|
||||
</DataTemplate>
|
||||
<!--<telerik:EventToCommandBehavior.EventBindings>
|
||||
<telerik:EventBinding Command="{Binding Path=PreviewSelectionChangedCommand}" EventName="PreviewSelectionChanged" />
|
||||
</telerik:EventToCommandBehavior.EventBindings>-->
|
||||
</telerik:RadTabControl>
|
||||
|
||||
</DataTemplate>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user