Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrolledWindow sticking to edges #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Fafa87
Copy link

@Fafa87 Fafa87 commented May 2, 2021

This extends ScrolledWindow adding an option for it to keep being scrolled to the end of the content.
It is usefull when you create something like a chat and want it to keep scrolling to the end unless user changes slider.

I am currently on Windows and I had some problem compilation (or linking) with std::min in ResizableImage.
Not sure if it was something in my setup or it was not tested on Windows (however I would not expect std::min to be a problem :) ). I changed it to ternary operator to workaround the problem.

@Fafa87 Fafa87 mentioned this pull request May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant