开发者

WinForms: Autocomplete in multiline textbox

开发者 https://www.devze.com 2022-12-18 21:49 出处:网络
Does anybody know of any solution how to provide autocompletion suggestions (say to help input keywords from a list) for a multiline WinForms TextBox/RichTextBox?

Does anybody know of any solution how to provide autocompletion suggestions (say to help input keywords from a list) for a multiline WinForms TextBox/RichTextBox?

For a single line textbox, this is v开发者_开发问答ery easy. Multiline is obviously not implemented directly by Winforms.


I guess you could have a look at this article from codeproject.com, which seems to correspond to what you are looking for.

0

精彩评论

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