Advanced Forum Search Results
-
thank you, you may have saved me here.
-
I have a problem where I can only develop for silverlight 2 at the moment. The new deep zoom seems to force SL 3. Is there a way around this? Do older versions exist any longer.
I need the capability to make images link to an external link, and that is really it. I'm not sure when that feature was added.
-
I'm trying to add a DP to my user control. I"m not getting any build errors but the new property doesn't show up in xaml intelisense. I have some DPs created in other projects and they don't look any differnt than this.
1 Public Shared ReadOnly ClientViewTypeProperty As DependencyProperty = ...
-
I have a wcf service returning data based on a date range. the wider the range, the more data that is returned. At a certain point, I'm getting the nice not found error. My buffer and message size are set to the max and web dev helper show the message to be a resonable size. My object contains over 5000 items and ...
-
You shouldn't be setting the itemsource each time a new item needs added. Your collection should be an observable collection and not a list. your on receive should only add the new item to the collection
-
it almost seems like the binding is breaking somewhere. You aren't setting the itemsource to anything in code behind are you? One way binding is all you need for this as well.
-
I'm sure it can be done, as I know you can build an array in xaml, i just never had a reason to learn how to. I'd imagine you can create a simple object as well.
-
You might be able to do some things with the viewbox control that the toolkit contains. Setting a canvas as the container with an absolute size inside the viewbox should cause all of the children to resize when the viewbox size is changed.
As someone already pointed out, the children of the canvas don't care about the size of the ...
-
I included code below that I use in my own project, I hope you can get an understanding from this.This is all done in a webservice so you need to configre one firstI'm almost positive this is the basic template of what you need to do this, I only removed code that was specifc to my project. There may be a way to pass in your xaml from ...
-
Windows 7 Beta worked fine, the RC is what is causing the issue.