Skip to content

Commit

Permalink
Delays the binding to selected message property
Browse files Browse the repository at this point in the history
  • Loading branch information
HEskandari committed Sep 1, 2017
1 parent b353b14 commit 3398f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceInsight/MessageList/MessageListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Converter={StaticResource BooleanInverseConverter}}"
ItemsSource="{Binding Rows}"
SelectionMode="Row"
SelectedItem="{Binding Selection.SelectedMessage}"
SelectedItem="{Binding Selection.SelectedMessage, Delay=100}"
ShowLoadingPanel="{Binding WorkInProgress}"
StartSorting="Grid_OnStartSorting">
<dxb:BarManager.DXContextMenu>
Expand Down

0 comments on commit 3398f70

Please sign in to comment.