Hi, Sugapriya
I discovery some Chinese words have multi-PinYin, such as 红, sometimes it sounds hong2, while sometimes it sounds gong1. their first letter is different.
if I try to input "h", and want to get "红", it's maybe unreallized. Because "g" is front of "h", the method returned "g" and break.
So I changed my code, I hope you can review and maybe use my code and optimize the performance in your next version.
I changed these 3 methods:
public bool ItemFilter(object item)
public bool CompareMultiPinYin(string one, string libs)
public string GetMultiPinYin(string s)
I just want Syncfusion's WPF controls can be more powerful ^_^
Thanks.
Raptor Chen
Attachment:
WpfAutoComplete_fdccaa84.zip