|
39 | 39 | <Grid ColumnDefinitions="16,Auto,Auto,*"
|
40 | 40 | Margin="{Binding Depth, Converter={x:Static c:IntConverters.ToTreeMargin}}"
|
41 | 41 | Background="Transparent"
|
42 |
| - DoubleTapped="OnRowDoubleTapped"> |
| 42 | + DoubleTapped="OnRowDoubleTapped" |
| 43 | + ToolTip.Tip="{Binding FullPath}"> |
43 | 44 | <v:ChangeTreeNodeToggleButton Grid.Column="0"
|
44 | 45 | Classes="tree_expander"
|
45 | 46 | Focusable="False"
|
|
71 | 72 | SelectionChanged="OnRowSelectionChanged">
|
72 | 73 | <ListBox.ItemTemplate>
|
73 | 74 | <DataTemplate DataType="m:Change">
|
74 |
| - <Grid ColumnDefinitions="Auto,Auto,Auto,*" Background="Transparent" DoubleTapped="OnRowDoubleTapped"> |
| 75 | + <Grid ColumnDefinitions="Auto,Auto,Auto,*" |
| 76 | + Background="Transparent" |
| 77 | + DoubleTapped="OnRowDoubleTapped" |
| 78 | + ToolTip.Tip="{Binding Path}"> |
75 | 79 | <v:ChangeStatusIcon Grid.Column="0"
|
76 | 80 | Width="14" Height="14"
|
77 | 81 | Margin="4,0,0,0"
|
|
100 | 104 | SelectionChanged="OnRowSelectionChanged">
|
101 | 105 | <ListBox.ItemTemplate>
|
102 | 106 | <DataTemplate DataType="m:Change">
|
103 |
| - <Grid ColumnDefinitions="Auto,Auto,*" Background="Transparent" DoubleTapped="OnRowDoubleTapped"> |
| 107 | + <Grid ColumnDefinitions="Auto,Auto,*" |
| 108 | + Background="Transparent" |
| 109 | + DoubleTapped="OnRowDoubleTapped" |
| 110 | + ToolTip.Tip="{Binding Path}"> |
104 | 111 | <v:ChangeStatusIcon Grid.Column="0"
|
105 | 112 | Width="14" Height="14"
|
106 | 113 | Margin="4,0,0,0"
|
|
0 commit comments