I\'ve seen similar questions asked about WPF, but none of the proposed solutions seem to work under Windows Phone 7.
I have a ListBox with ~100 elements. When I try to scroll, my listbox randomly freezing for 0-3 sec and often gets out beyond the scroll.When I removed all code which loads images the performance doe
I am creating static context menu in list box. The context menu is showed, but its click event does not work.
Some Background: We are trying to build a scheduling control like outlook with some custom functionality.
This may seem like an easy answer to someone, so I\'m giving this a shot as I\'ve doubled over trying to solve this.
I have a file that I am uploading to a RichTextBox and then displaying it to a ListBox after I have formatted it.The ListBox looks like this (minus some lines that I deleted so it is shorter to work w
I have a dynamic listbo开发者_JAVA百科x and I\'d like to add a dynamic validator control so that the user must select 2 options from the listbox - no more, no less. I\'ve played around with the rangev
I have a DropDownList and a ListBox that are functioning fine. I need to be able to insert the selected value from the DropDownList into the database when the user moves a selection from the Products
I have a ListBox with ~40-150 items. When I click the Update button, my app checks for new news and messages on a background thread. If there are message or news updates, the app shows the notificatio
I want to display the data extracted before in a customized list, but the method i found to ex开发者_JS百科tract that data doesn\'t make things easy for me , so i would find a way to display my data w