
Hi,
In the "Completion Filtering" example, the unmatched items in the completion list will be filtered out until it shows "(no items)". Is it possible to set the list to Auto-Hide when there is no items in the list?
I tired to set the following properties, but it's not work.
Dim session As New CompletionSession()
session.CanHighlightMatchedText = True
session.CanCommitWithoutPopup = True
session.CanFilterUnmatchedItems = True
Thanks,
Cow
In the "Completion Filtering" example, the unmatched items in the completion list will be filtered out until it shows "(no items)". Is it possible to set the list to Auto-Hide when there is no items in the list?
I tired to set the following properties, but it's not work.
Dim session As New CompletionSession()
session.CanHighlightMatchedText = True
session.CanCommitWithoutPopup = True
session.CanFilterUnmatchedItems = True
Thanks,
Cow