I tried to add a TextBlock to a List so that I could style, but an exception was thrown.
The List.AddChild() accepts a DisplayObject, but the Render() method looks like it’s expecting a ListItem.
I realize the code is free available, but before I hack away, I wanted to make sure that I’m not (yet again) missing something.
Thanks