egui
egui copied to clipboard
When the `ScrollBar` is set to `Visibility::AlwaysVisible`, scrolling is always possible.
- Closes #2783
- Related #4303
When the ScrollBar is set to Visibility::AlwaysVisible, scrolling is always possible.
This way we can scroll wherever we want at any time. (e.g. find string)