File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
RetailCoder.VBE/UI/CodeMetrics Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
- xmlns : i =" http://schemas.microsoft.com/expression/2010/interactivity"
7
6
xmlns : codeMetrics =" clr-namespace:Rubberduck.Navigation.CodeMetrics"
8
7
xmlns : controls =" clr-namespace:Rubberduck.UI.Controls"
9
8
xmlns : converters =" clr-namespace:Rubberduck.UI.Converters"
155
154
</Border >
156
155
<controls : EmptyUIRefresh Grid.Row=" 2" />
157
156
158
- <DataGrid Grid.Row=" 2" ItemsSource =" {Binding ModuleMetrics}" AutoGenerateColumns =" False" >
157
+ <DataGrid Grid.Row=" 2" ItemsSource =" {Binding ModuleMetrics}" AutoGenerateColumns =" False" IsReadOnly = " True " >
159
158
<DataGrid .Columns>
160
159
<DataGridTextColumn Binding =" {Binding Path=ModuleName}" Header =" Declaration" Width =" *" />
161
160
<DataGridTextColumn Binding =" {Binding Path=Result.Lines}" Header =" Lines" Width =" Auto" />
164
163
</DataGrid .Columns>
165
164
<DataGrid .RowDetailsTemplate>
166
165
<DataTemplate >
167
- <DataGrid ItemsSource =" {Binding Path=MemberResults}" AutoGenerateColumns =" False" >
166
+ <DataGrid ItemsSource =" {Binding Path=MemberResults}" AutoGenerateColumns =" False" IsReadOnly = " True " >
168
167
<DataGrid .Columns>
169
168
<DataGridTextColumn Header =" Declaration" Binding =" {Binding Path=Key.IdentifierName}" Width =" *" />
170
169
<DataGridTextColumn Header =" Lines" Binding =" {Binding Path=Value.Lines}" Width =" Auto" />
You can’t perform that action at this time.
0 commit comments