I have a DialogViewController
with EnableSearch = true
.
This works fine and filters the elements as soon I type something in the search box. What I would like to do was override this behavior and filter the elements only when the user pressed a button or StringElement.
I've looked at the StartSearch, FinishSearch and PerformFilter methods but don't see how they can be used to prevent the filtering as the user is typing.
Can this be done?
Thanks.