Removed unused reference to AvalonDock.

Added breadcrumb comment to Telerik Tab Control to show how to do EventToCommand bindings.
This commit is contained in:
2025-02-22 22:26:03 -05:00
parent acaea61f2c
commit 5ddf74b2f6

View File

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