Function ScrollContainer.followFocus

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

bool followFocus() nothrow @property @nogc;

void followFocus (
  bool v
) nothrow @property @nogc;