I\'m building a Silverlight 3 application and I would like it to resize depending on the size of the we开发者_Go百科b browser.
I have a situation where some application wide values are stored as constants - this is a requirement as they are needed in attribute definitions (attributes must resolve at compile time, so even stat
I have a table with \"first name\" and \"last name\". When binding to a datagrid I need to have a column named \"name\", which is \"first name\" + SPACE + \"last name\".
I would like to know if silverlight can access devices such as GPS or a form of location base device that can tell the application the开发者_StackOverflow中文版 returned location.
I am using the Silverlight Toolkit ListBoxDragDropTarget and running into errors using it with dynamically added lists. I am dynamically adding user controls containing lists to a layout Grid.When I d
I have a question similar to this - Does Silverlight xaml support Byte Data Type. Does silverlight xaml support Guid datatype. I m trying to set Guid in my xaml which is a declared as property in c# c
I\'m trying to create a control in Silverlight that inherits from Button so that I can perfo开发者_StackOverflow中文版rm a specific action everytime it is clicked.I\'m doing this because I\'d like to
Im slowly delving into Silverlight and after a good while trying I am finally able to return my own Custom Object from my web to my silverlight client, use a Siverlight enabled WCF service.
Closed. This question does not meet开发者_如何学编程 Stack Overflow guidelines. It is not currently accepting answers.
I am building a Silverlight 3.0 app based on the Silverlight Navigation Application template.One 开发者_开发问答road block I ran into is communicating between the Pages.For instance, I am in one Page,