ScrollContainer.followFocus

If true, the ScrollContainer will automatically scroll to focused children (including indirect children) to make sure they are fully visible.

  1. bool followFocus [@property getter]
  2. bool followFocus [@property setter]
    struct ScrollContainer
    @nogc nothrow @property
    void
    followFocus
    (
    bool v
    )

Meta