I\'m migrating an application from VB6 to VB.Net and I found a change in the behavior of the ListBox and I\'m not sure of how to make it equal to VB6.
If I have a list of strings, eg: List<string> MyList = new List<string>(); MyList.Add(\"HELLO\");
I have a datatemplate for a listbox stored in the ResourceDictionary. The template contains a button which when clicked should pass the listbox item to a seperate listbox
I have a collection of UserControls: ObservableCollection(MyUserControl> MyCollection; I display the collection in my ListBox by using the following code:
I noticed some strange behaviour when binding an array to a ListBox. When I add items with the same \"name\", I can\'t select them in runtime - the ListBox goes crazy. If I give them unique \"names\",
I am having trouble finding how to not allow my ListBox to highlight the item selected. I know that I didn\'t add a trigger to highlight the item.
I have an Array List to save selected 开发者_运维问答files and a ListBox to display only the name of the files..my requirement is to delete corresponding files from arraylist when its deleted from lis
I\'m trying to remove some objects from a ListBox that I have created, and for some reason ListBox.Items.IsReadOnly is true.
I have a concept question on how to have a dynamic list displayed by a list box. Within the list box, the items are held within a Stackpanel. Within the stack panel is a string and a button. If I clic
I have a listbox inside of a stack panel inside of a border in a silverlight application and when ever I add anything to the listbox it increases in height so the scrollbar is never used and it extend