gpt4 book ai didi

wpf - 无法在 WPF 中编辑 Textblock 内容

转载 作者:行者123 更新时间:2023-12-04 05:07:37 27 4
gpt4 key购买 nike

我正在开发我的第一个 WPF 应用程序,但我注意到我无法编辑任何文本块中的文本值。

我似乎在这里找不到任何会阻止我更改它的错误...

<Label Content="Line Terminator" Grid.Row="0" Grid.Column="0" Margin="5"></Label>
<Border BorderThickness="1" BorderBrush="LightBlue" Grid.Row="0" Grid.Column="1" Margin="5">
<TextBlock x:Name="txtLineTerm" Focusable="True" IsManipulationEnabled="True" Padding="3"></TextBlock>
</Border>
<Label Content="Field Terminator" Grid.Row="0" Grid.Column="2" Margin="5"></Label>
<Border BorderThickness="1" BorderBrush="LightBlue" Grid.Row="0" Grid.Column="3" Margin="5">
<TextBlock x:Name="txtFieldTerm" Focusable="True" IsManipulationEnabled="True" Padding="3"></TextBlock>
</Border>

任何人都可以看到问题吗?我觉得这里缺少一个概念。任何解释将不胜感激。

最佳答案

TextBlock 不可编辑。改用文本框。

关于wpf - 无法在 WPF 中编辑 Textblock 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14599449/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com