How to implement search in listbox(ObservableCollection)? Is the wp7 has something default for this?
Asked
Active
Viewed 2,374 times
5
-
ANSWER: onlines_filter.TextChanged += (a, v) => { ((App)App.Current).FriendsOnlines.View.Refresh(); }; – SevenDays Sep 04 '11 at 12:10
-
why don't you reset the Filter instead of Refresh the view ? – onmyway133 Nov 29 '12 at 06:44
2 Answers
1
You should look into the Autocomplete textbox which is part of the Silverlight toolkit

Paul Annetts
- 9,554
- 1
- 27
- 43