Keep selection when going to drag feeds

This commit is contained in:
2016-05-31 10:31:45 -04:00
parent 42431a0066
commit d731945a71
2 changed files with 16 additions and 1 deletions

View File

@@ -28,7 +28,8 @@
CanUserResizeRows="False"
IsReadOnly="True"
HeadersVisibility="Column"
Background="{x:Null}">
Background="{x:Null}"
PreviewMouseLeftButtonDown="HandleFeedListPreviewMouseLeftButtonDown">
<DataGrid.Columns>
<DataGridTextColumn Binding="{Binding Name}"
Header="{x:Static properties:Resources.FeedNameColumnHeader}"