I am using a pretty long StringFormat for my bound tooltip and am currenly trying to make it multiline in XAML.
I have a web service with three methods: StartReport(...), IsReportFinished(...) and GetReport(...), each with various parameters. I also have a client application (Silverli开发者_如何学运维ght) which
Im migrating my application from visifire to toolkit. I am new to charting toolkit. How to bind chart data if the itemsource is of type PagedCollectionView?
I am working on a silverlight application and am creating girds dynamically with each having one row and two columns. In the fi开发者_开发技巧rst grid I am populating column with some fields(text box/
I\'ve been trying to research how to increase performance of my Windows Phone 7 app and make it production ready.Currently, there are some fast parts, some slow parts and some that are acceptable.
I have silverlight 4 application with PRISM 4, I\'m using MEF. My Shell defines one main region in which modules are loaded, I want modules to have their own RegionManager, so regions that they defin
BASE = C#, .Net, MVC, Silverlight 4 views I\'ve looked at responses to similar problems and I still can\'t get it to work. I guess it\'s not as simple a problem as I first thought.
Border FAIL !! I have a border in XAML code that is defined right after that main canvas: <Canvas xmlns=\"http://schemas.micro开发者_开发知识库soft.com/client/2007\"
Is it possible to connect to an Oracle database using Expression Blend 4 in a Silve开发者_StackOverflow中文版rlight application?i think you can connect with oracle by wcf service as expression blend i
I believe that when my application starts nothing is focused. At least it looks like it. I would like to add event handler to GotFocus event so control shows popup and loses focus, so popup can be sho