I am very new to .Net, C# and WP7 but working on same. I need to create an array of 开发者_StackOverflow\"buttons\" from code behind(C#). Each button have a textblock and a picture but text of Textblo
I\'m creating a deployable module where some parts are written in Silverlight, and I\'m making the SL application deployable for OOB usage. However, I want to make Silverlight take the name of the web
I\'ve started using the VS 2010 extension XAML Styler and have proposed using it to the team. There is some pushback on the effect of extra whitepace and extra lines开发者_开发知识库 on performance (n
I have a DataSet of around 20,000 rows that I convert into an IEnumerable<Dictionary<string, object>> with this code:
I have a MVVM application and somewhere in the application our company use a Third-Party that cannot use {Binding}. It\'s a component that draw shapes, etc. What I want it, when the ViewModel load fro
I know binding a view model to a view is ok, view models containing view models is ok, and views containing views is ok. I have a situation where it seems a sub-view needs to be bound to a view.
I have one worflow service named GetDataWorkflowService.xamlx that I want to use in Silverlight. When I add a service reference to my application, it gives a message \'This Operation is not supported
What I want: I would like to have a ScrollView in my Silverlight 4 application which grows in Height together with the content, but does show a scrollbar if it would otherwise grow heigher than its co
Do Silverlight compone开发者_StackOverflow中文版nts have a property similar to Flex\'s includeInLayout property? I\'m looking for something that will allow a Silverlight component or container to grow
Before the CLR executes the first line of the managed code, it creates three application domains system domain ,shared domain, default Appdomain.