Skip to content

Commit

Permalink
Merge pull request #33 from counter185/master
Browse files Browse the repository at this point in the history
Enable text search on `ModGrid`
  • Loading branch information
TekkaGB authored Sep 3, 2024
2 parents 4dc00d5 + c0e11be commit f59d197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DivaModManager/UI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@
EnableColumnVirtualization="False" CanUserAddRows="False" CanUserDeleteRows="False" CanUserReorderColumns="False"
CanUserResizeColumns="False" CanUserResizeRows="False" CanUserSortColumns="False" AlternatingRowBackground="#2A2A2A"
dd:DragDrop.IsDragSource="True" dd:DragDrop.IsDropTarget="True" HeadersVisibility="Column"
IsTextSearchEnabled="True" TextSearch.TextPath="name"
SelectionMode="Extended" RowBackground="#202020" Foreground="#f2f2f2" LoadingRow="ModGrid_LoadingRow" HorizontalScrollBarVisibility="Hidden"
HorizontalAlignment="Center" Background="#202020" Grid.Column="0" FontSize="15" PreviewKeyDown="ModGrid_PreviewKeyDown"
ContextMenuOpening="ModGrid_ContextMenuOpening" SelectionChanged="ModGrid_SelectionChanged" FontFamily="{StaticResource AnekLatin}">
Expand Down

0 comments on commit f59d197

Please sign in to comment.