1
vote
3answers
454 views
DrawingVisual performance with Opacity=0
If I have a DrawingVisual in WPF with Opacity=0, is that enough for it not to be drawn? We have hundreds of DrawingVisuals on a Canvas, and are currently setting Opacity=0 on the visuals that are n …
4
votes
Silverlight DataBinding Error - Works in WPF Though!
You can't currently use visual elements as a data source for data binding in Silverlight 2. I think this is slated to be added for Silverlight v.Next.
…
0
votes
How to change x,y origin of canvas to bottom left and flip the y coordinates?
I'd probably create a custom panel instead of using Canvas and give it the attached properties that make sense for your needs. Here is an example of implementing a custom panel:
…
0
votes
What does WPF still have to offer over Silverlight 4?
If you want to do direct database access through ADO.NET that's not something you'll be able to do in Silverlight 4. Access to devices will still be limited although you will now have some printing …
