linebender/druid

Improve List documentation

Open

#803 opened on Apr 5, 2020

View on GitHub
 (2 comments) (4 reactions) (0 assignees)Rust (9,091 stars) (567 forks)batch import
D-Easydocshelp wanted

Description

The List 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

Contributor guide