Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
WinListView - FindString
posted

Hello,

We replaced the native listbox with the UltraListView (with list mode - single column)

We were using FindString method that's available in the native listbox to select the first matching item. I couldn't find the similar method in UltraListView.

Is there a similar method to programatically find the matching item based on some partial string?

Thanks

Parents
  • 565
    posted

    hi,

    please refer the property UltraListView.AutoKeyboardSearch.

    regards,

    sheeba

Reply Children