Specifying collection size when creating Sample Data

2010-06-17 Thread Jack Ukleja
Hi, Just wondering if anyone knows how to tell Blend/VS how many items to create in any given collection when your are creating sample data? In my case I'm using Create Sample Data from Class in Blend... the class, ThingCollection, looks like this (pseudocode): class ThingCollection: ListThing

RE: Specifying collection size when creating Sample Data

2010-06-17 Thread Carl . Scarlett
I've been able to do simple edits manually, but I think I had to close Blend first because Blend overwrote the changes with it's own version in memory (without prompting) when I closed it. We've had some luck writing our own Table structure which we populate using XML. We lose the nifty

[OT] Silverlight developer/designer required

2010-06-17 Thread Bec Carter
G'day everyone! A mate wants a new website created using Silverlight. Not too big but wants something very funky! Let me know if you are interested. Paid work of course. Canberra based company. Cheers --Bec--

Printing in Silverlight

2010-06-17 Thread tonywr
Hi all, We have finally made the move to Silverlight 4. It was a hard slog, mainly due to third party control library issues, and we still have some styling issues, however we've made it. One of the key reasons that we made the move to Silverlight 4 was for its print functionality. So

Re: Printing in Silverlight

2010-06-17 Thread danlazner
Tony, I know in WPF you can temporary add a Rotate Transformation (and possibly scale?) to your Visual and then remove it after printing. Perhaps try that? You need to find out if the original Transform property is set to a GroupTransformation or not. If so, you can just add a new one to the