105040 Update 移除扫描项下标的绑定
This commit is contained in:
parent
f25828cce6
commit
526429631f
|
@ -106,6 +106,7 @@
|
|||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="30" />
|
||||
</Grid.RowDefinitions>
|
||||
<!-- SelectedIndex="{Binding ScanedIndex}" -->
|
||||
<DataGrid
|
||||
x:Name="CableList"
|
||||
AutoGenerateColumns="False"
|
||||
|
@ -115,7 +116,6 @@
|
|||
HeadersVisibility="Column"
|
||||
IsReadOnly="True"
|
||||
ItemsSource="{Binding _ScanCableModels}"
|
||||
SelectedIndex="{Binding ScanedIndex}"
|
||||
VirtualizingPanel.IsVirtualizing="False">
|
||||
<DataGrid.Resources>
|
||||
<Style BasedOn="{StaticResource DataGridCellStyle}" TargetType="DataGridCell">
|
||||
|
|
Loading…
Reference in New Issue