C# textBox框实现输入像百度搜索出现下拉列表的格式

textBox框像百度搜索出现下拉列表的样式,如图: 具体实现代码如下: 将此方法在frmLogin_Load事件里加载, private void bindTxt()         {             txtUser.AutoCompleteCustomSource = null;             User user = new User();             List
相关文章
相关标签/搜索