The [`List`](https://docs.rs/druid/0.5.0/druid/widget/struct.List.html) widget does not really have any documentation right now except for the example project. It would be nice if the docs would at least explain - Why it is needed - How to use it (including what `ListIter` is) - How to make it scroll
The
Listwidget does not really have any documentation right now except for the example project.It would be nice if the docs would at least explain
ListIteris)