I'm implementing an application for Windows 8. It will search a quite large number of data from xml.
So for now I'm using a text box and list view to show the search results, but when i use the textbox event TextChanged is slows down the typeing, because it executes a new search for each letter typed.
So the question is, how to in metro / modern ui make a delay, to trigger the event after few letters are typed, not one.