I am developing window phone 7 application. I am new to the window phone 7 application. I have the following listbox control in my application
I am using C# and WPF and I basically want to have some toggle buttons and only one of them can be selected at the same time.
i have set selection mode to multiExtended in vb.net So i am able to select multiple elements but how to access those selected values/indice开发者_JS百科s using SelectedItems property?SelectedItems gi
I am trying to link the checkbox and listview together, and then use the binding method to set the path to the object in order to set the check-box IsChecked status in the listbox.
i have made a listbox datatemplated with button andbinded to a textbox. i would like to be able removing one item by a tap & hold.
I am working on a silverlight page that will have a horizontal list box that will contain a list of \"cards\". Each \"card\" contains a vertical list box with some text in it. However, I am running in
I have a ListBox in a WP7 app page which I bind to a collection (List) of a custom object called Location.In that object is a field called WMO and what I want to do when the ListBox loads is set the f
I would like to be able to load more data into a listbox when I reach the begining or the end of the listbox.
I have two items with the same DisplayMember, but a different ValueMember and want to select one of the two items programmatically, how do I do this?
I am having a lot of trouble with a seemingly simple thing. In an ASP.NET webform I have two ListBoxes, with Add and Remove buttons in between.