<DataGridTemplateColumn Header="實測值" IsReadOnly="False" CanUserReorder="False">
<DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<TextBox x:Name="ShiTextBox" Text="{Binding actualValue1}" Height="55" Width="150" TextAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="White" Background="Black" KeyDown="ShiTextBox_KeyDown"/>
</DataTemplate>
</DataGridTemplateColumn.CellTemplate>
</DataGridTemplateColumn>
//提交數據
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。