Inside my Windows Phone 7 application I have a list box with a list of 50 authors. I want to display the first 5 items of my list box with a white foreground (or black depending of theme), and the re
I\'m developing a application in Silverlight 3 and I have a dynamic form, I generate this form from a list of attributes (key-value) I\'d like to know, how can I set a binding between the component (C
In the application I\'m developing, I\'m using a datagrid to display data fetch from a database. It is declared like so in my XAML file:
I am working on a Small silverlight application to resize images on the client machine before uploading to the server via a WCF service.I have all this working, the client connects and uploads the ima
I have a behavior that changes the visual state based on the page\'s orientation (portrait/landscape). I have a ListBox with a somewhat complex DataTemplate for its ItemTemplate. Is it possible to cha
I want to display a myItem.title and myItem.url per each item in the comboBox.ItemsSource observable collection that gets shown in the comboBox. In other words, I\'d like to see each row in the combo
My web site consumes a silverlight application using the application\'s xap file. Is it possible to catch the \'onclick\' event that occurs when the use开发者_开发百科r clicks on the silverlight contr
We have various teams building Silverlight applications within our organisation.We have just started rolling out the Silverlight 4 runtime, and one development team has reported that they can no longe
TextBox1.DataBinding.Add(\"Text\",dataset.Tables[\"Sample\"],\"Id\"); TextBox2.DataBinding.Add(\"Tex开发者_Go百科t\",dataset.Tables[\"Sample\"],\"Name\");
Recently I came across this Pete Blois\'s behavior named Explode. This is the link :- http://blois.us/blog/2009/07/explode.html