开发者

multi Auto Complete

开发者 https://www.devze.com 2023-01-15 05:20 出处:网络
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 compos

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

精彩评论

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