linebender/druid

Improve List documentation

Open

#803 opened on Apr 5, 2020

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

Repository metrics

Stars
 (9,091 stars)
PR merge metrics
 (No merged PRs in 30d)

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