Can you style items in a List?

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

You’re not missing anything. Most components are constructed in a way that makes them optimal.

Makes sense – I’ll hack away then. :slight_smile:

Thanks