gpt4 book ai didi

WPF 组合框 : Cursor out of bounds when tried to enter text with length > combobox width

转载 作者:行者123 更新时间:2023-12-02 11:01:47 25 4
gpt4 key购买 nike

我正在使用可编辑组合框,可以在 WPF 组合框的文本框区域中输入文本。当输入的文本长度大于组合框的宽度时,光标仍然显示在组合框之外和表单上,但不显示文本。有没有办法限制光标不移出组合框?

谢谢。

最佳答案

对 PART_ContentHost 使用 ScrollViewer 而不是边框​​。例如:

<ControlTemplate x:Key="ComboBoxTextBox" TargetType="{x:Type TextBox}">
<ScrollViewer x:Name="PART_ContentHost" Focusable="False" Background="{TemplateBinding Background}" />
</ControlTemplate>
...
<TextBox x:Name="PART_EditableTextBox" Style="{x:Null}" Template="{StaticResource ComboBoxTextBox}"
...

关于WPF 组合框 : Cursor out of bounds when tried to enter text with length > combobox width,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4463712/

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