Skip to content

Commit

Permalink
removed unnessary file and code from SearchResult window
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 10, 2021
1 parent d848440 commit 4a7771d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 144 deletions.
131 changes: 0 additions & 131 deletions FoliCon/Modules/ListViewGridSortableBehavior.cs

This file was deleted.

13 changes: 0 additions & 13 deletions FoliCon/Views/SearchResult.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,14 @@
Command="{Binding SkipCommand}" IsCancel="True" ToolTip="{ex:Lang Key={x:Static langs:LangKeys.SkipThisTitle}}" />
<ListView x:Name="ListViewResult" ItemsSource="{Binding ResultListViewData.Data}"
SelectedItem="{Binding ResultListViewData.SelectedItem}" Grid.Row="1" hc:Empty.ShowEmpty="true" GridViewColumnHeader.Click="ListViewResult_OnClick">
<i:Interaction.Behaviors>
<modules:ListViewGridSortableBehavior/>
</i:Interaction.Behaviors>
<hc:Interaction.Triggers>
<!--<hc:EventTrigger EventName="GridViewColumnHeader.Click">
<hc:EventToCommand Command="{Binding SortResultCommand}" PassEventArgsToCommand="True"/>
</hc:EventTrigger>-->
<hc:EventTrigger EventName="MouseDoubleClick">
<hc:InvokeCommandAction Command="{Binding PickCommand}" />
</hc:EventTrigger>
</hc:Interaction.Triggers>
<ListView.View>
<GridView>
<GridViewColumn DisplayMemberBinding="{Binding Title}" Width="auto" Header="{ex:Lang Key={x:Static langs:LangKeys.Title}}"/>
<!--<GridViewColumn.CellTemplate>
<DataTemplate>
<TextBlock Text="{Binding Title}" />
</DataTemplate>
</GridViewColumn.CellTemplate>-->
<!--<GridViewColumnHeader />-->

<GridViewColumn Header="{ex:Lang Key={x:Static langs:LangKeys.Year}}" Width="60" DisplayMemberBinding="{Binding Year}"/>
<GridViewColumn Header="{ex:Lang Key={x:Static langs:LangKeys.Rating}}" Width="60" DisplayMemberBinding="{Binding Rating}"/>
</GridView>
Expand Down

0 comments on commit 4a7771d

Please sign in to comment.