i have some performance problems implementing a feature, where a listbox is realtime-filtered while user is typing the filter-string to a textbox. Feature i\'m trying to create is similar to the call
I have acquired a control which allows selection of multiple items from the codeproject article http://www.codeproject.com/KB/WPF/MultipleSelectionControl.aspx. Basically it has 2 listboxes. One start
I have an observable collection that is exposed to the user by a collectionviewsource. One of the properties on the items in the collection is sortorder. I am trying to allow the user to permanently r
I have a UserControl that displays some collection which should be filtered but the collection passed to the control might be filtered in the main window. It looks like this:
I have a view databound through mvvm light to a viewmodel in my WP7 project. The view contains a Listbox with following settings:
I have a ListBox which is bound to a collection of type Photos called photos. I have a Label which is bound to the Count property of photos.
I have a viewmodel containing two CollectionViews defined. One I am using for na开发者_JS百科vigation and data entry/edit.
I have a CollectionViewSource (cvs) which has strongly typed DataTable as it\'s source. Cvs.View is set as DataGrid\'s ItemsSource. I want to update, insert and delete data from a database based on ch
I havelist<Person> Persons Person has ID, something like that:12231d4sa32fd I have a converter that convert the ID to Status: (Ready/Waiting/NotHere).
I am working on a WPF desktop application using the MVVM pattern. I am trying to filter some items out of a ListView based on the text typed in a TextBox. I want the ListView items to be filtered as