Relative Content

Tag Archive for wpfitemscontrol

Get ItemsControl Items collection as collection of visual elements

I’m developing a graphics library.
The principle is quite simple, all chart types inherit from a BaseChart class, which inherits from ItemsControl. This BaseChart offers a Render() method and requires a list of ChartElements.
A ChartContainer contains and manages many charts. Whenever a chart or chart element is changed, the ChartContainer is notified and calls the Render() methods of all its children.