silverlight-3.0
Change the color of some items inside a databinded listbox
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[详细]
2023-03-15 02:55 分类:问答Set a binding programmatically between a component and a value from a list
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[详细]
2023-03-12 22:57 分类:问答Adding a row of controls in a Silverlight Datagrid
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:[详细]
2023-03-12 01:25 分类:问答Silverlight WCF with Multiple Calls need to know when all are completed
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[详细]
2023-03-11 19:01 分类:问答Is it possible to change a ListBox' ItemTemplate from a Storyboard?
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[详细]
2023-03-11 11:45 分类:问答Silverlight ComboBox with two fields per item
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[详细]
2023-03-10 10:33 分类:问答Adding onClick event handler to Silverlight control?
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[详细]
2023-03-08 10:44 分类:问答Silverlight 3 developers screwed over by Silverlight 4 centralised rollout
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[详细]
2023-03-08 06:01 分类:问答Silverlight Controls Edit Value
TextBox1.DataBinding.Add(\"Text\",dataset.Tables[\"Sample\"],\"Id\"); TextBox2.DataBinding.Add(\"Tex开发者_Go百科t\",dataset.Tables[\"Sample\"],\"Name\");[详细]
2023-03-08 02:26 分类:问答Where can I learn this type of advanced behavior code?
Recently I came across this Pete Blois\'s behavior named Explode. This is the link :- http://blois.us/blog/2009/07/explode.html[详细]
2023-03-07 11:15 分类:问答