1
Answer

Auto Complete feature in Textbox WPF

How to implement the Auto Complete(tagging) functionality and then upon selection it should render as a hyperlink which can clickable to redirect to some other window in WPF.

 

Example: Similar to Auto Complete feature. After selecting the Item from the popup it should render as HyperLink I have tried using RichTextBox also TextBox.

Answers (1)