Filtering ObserverableCollection to display only certain items
问题 I was following this link here: http://jacobmsaylor.com/?p=1270 but i'm having problems with it, trying to make tweaks to it <ListBox Name="PageList_ListBox" MouseDoubleClick="PageList_ListBox_OnMouseDoubleClick" Background="#FFC9C9C9" Margin="0,5,0,0" ItemsSource="{Binding PageCollection, ElementName=This}"> . public static ObservableCollection<MLBPage> _PageCollection = new ObservableCollection<MLBPage>(); public static ObservableCollection<MLBPage> PageCollection { get { return