hey, i m trying sice few days to remove an item from a databinded listbox while using the contectmenu toolkit.
I am using RIA services to serve entities to a MVVM-Light enabled Silverlight application. I have a ViewModel which present a CollectionViewSource of entities to a listbox on the View.The reason I us
How do I disable keyb开发者_StackOverflow社区oard navigation in a WPF ListBox without disabling selection using the mouse?Handle the PreviewKeyDown event to and set e.Handled to true (you could check
I have a listbox with the ItemsControl binding the ItemsSource to a readonly collection of strings. The ItemTemplate then declares the DataTemplate as a checkbox where its content is that of the name
I have a DataGrid/ListBox grouped by ListCollectionView. I have set a control template for GroupItem too. Everything works great.
I have searched the site but could not find a answer. I have a listbox called \"CompetitorDetailsOutput\" I then have a textbox above called \"searchbox\" and a button called \"searchbutton\" The dat
I have a WPF application that has a list box of images. Right now I am usingBitmapImage and BitmapCacheOption.OnLoad to load the images.
Hello Is there a way to get the index of a button in an x:Array of a ListBox. I know that I can get the button info once clicked (via the sender argument) but I can\'t get its index.
I\'m not sure about the best way to implement this in WPF, so I\'ll state my problem first. I have a collection of frames. Each frame has two images. Let\'s say I have 10 frames giving a total of 20
i wanted a contextmenu for my ListBoxItems. So i created this: <ListBox Name=\"listBoxName\"> <ListBox.ItemTemplate>