gpt4 book ai didi

c# - 不要将光标移到 TextBox 上

转载 作者:行者123 更新时间:2023-11-30 13:23:50 30 4
gpt4 key购买 nike

我试图让一个 TextBox 看起来像一个 TextBlock 给用户(它在我想允许重命名的 TreeView 中)。我能够通过应用样式将边框和背景设置为透明并将 IsReadOnly 属性设置为 true 来做到这一点。我唯一的问题是鼠标光标仍然从指针样式变为编辑(插入符号)样式。有没有一种简单的方法来禁用它(最好是在 xaml 中)?

最佳答案

当然,只需将 TextBox 的 Cursor 属性设置为 Arrow

<TextBox Cursor="Arrow" />

关于c# - 不要将光标移到 TextBox 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8478127/

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