In silverlight, I\'m trying to build a listbox of reports and I\'m trying to show the parameters of the report in a listbox within the datatemplate of the outer reports listbox.
Hey all, I\'m trying to apply an animation to any element that gets added to a datatemplate in WP7\'s subset of silverlight. I\'m having some issues though. While it appears to be quite possible in W开
I have added an List box and and i have an list of value that needs to be populated in the list box. The only option i could find to add values to the list box is listbox.addItem... where i have to it
I have a ListBox which contains all the Categories and each category will contain subcategories in an other ListBox
I have a list box that contains any number of UIElements whose size are unknown. I want to be able to track the proposed size of the list box after each item has been added. This will allow me to spl
I have a collection of objects that I want to present. How can I do this? A listbox would do but each object has many attributes which I want to present. I already bound a listbox to a collection a开发
I have a class: public class A : INotifyPropertyChanged { public List<B> bList { get; set; } public void AddB(B b)
I am trying to mimic the listbox in \"agenda\" in WP7 Calendar. If you scroll through the listbox, the date keeps changing on the top.
I am developing silverlight 4 application. I am using the following listbox for dynamic binding <ListBox Margin=\"44,100,46,138\" x:Name=\"lstbox1\">
i am listbox to store different strings which user gives as input. but i want to split those listbox items where i want to have the first word of every item as seperate string and rest as other string