Hey all,

 

I've created a custom component that relies on 2D data and I'm trying to
figure out the best way to accept data into it. I'd thought about extending
the Dictionary class, but I'm not sure how fast it is at lookups or if
there's a better way to handle this type of data.

 

As it sits, inside the dataprovider each element is a date(either object or
string) and within that, there's a list of children for that date. Is there
a particular implementation that would benefit me the most in this
circumstance?

 

Sincerely,

 

!k

Reply via email to