WPF 组合框的 IsEditable 属性 [英] IsEditable property of WPF combobox

查看:24
本文介绍了WPF 组合框的 IsEditable 属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在很多地方都读到 WPF 组合不支持自动完成,但我使用了 IsEditable 属性并发现自动完成在 WPF 4 中有效.这是新增功能吗?

I have read in many places that WPF combo does not support autocomplete but I used the IsEditable property and found that the autocomplete was working in WPF 4. Is this a new addition?

推荐答案

不,不是

IsEditable 已从 .NET Framework 3.0 开始

IsEditable has been around since .NET Framework 3.0

自动完成通常意味着显示选项并根据您键入的字母过滤这些选项.IsEditable 只选择,不显示.

Autocompletion usually means displaying the options and filtering those options based on the letters you type. The IsEditable only selects, it does not display.

对比谷歌的做法:

这篇关于WPF 组合框的 IsEditable 属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆