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: List<Thing>
{
}
class Thing
{
bool[] Flags;
}
The generated sample data ends up giving me 10 Things (and there is a XAML
property called "Capacity" on the ThingCollection - not sure if its doing
anything though as the value in there seems to be random!).The Flags array
ends up with 5 items in the generated sample data. How is the value of 5
determined? Is this the value you always get when you have an array?
Cheers,
Jack
_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight