egui icon indicating copy to clipboard operation
egui copied to clipboard

When the `ScrollBar` is set to `Visibility::AlwaysVisible`, scrolling is always possible.

Open rustbasic opened this issue 1 year ago • 0 comments

  • 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)

rustbasic avatar Apr 07 '24 09:04 rustbasic