开发者

multi Auto Complete

I have connected a textbox to a autocomp开发者_如何学Cltecustomsource , is there any way to show list again when we insert ';' to list , something gmail do for 'To' textbox when you want to compose email .


This is not supported by the standard .net windows textbox. You have to manually implement this behavior by hooking to textchange/keypress event and parsing the text. It might be tricky little bit but not very complex to implement.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜