ScrollArea
improvements for user configurability
#5443
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ScrollArea
adjustments for better configuration/customization #5406The changes follow what is described in the issue with a couple changes:
ScrollArea::scroll_bar_visibility()
has to be used, this is as not to limit the user configurability by imposing a specific function. The user might want to retain the scrollbars visibility to show the current position.InputState::smooth_scroll_delta
and notPassState::scroll_delta
, therefore it is possible to prevent scrolling by setting theInputState::smooth_scroll_delta
to zero before painting theScrollArea
.A simple demo is available at https://github.com/MStarha/egui_scroll_area_test