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

feature - Scrollbar implementation #6

Open
1stthomas opened this issue Apr 12, 2018 · 4 comments
Open

feature - Scrollbar implementation #6

1stthomas opened this issue Apr 12, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@1stthomas
Copy link
Owner

Full solution with a canvas as base, scrollbar and a frame inside the canvas, which could keep other widgets.
How to implement: https://stackoverflow.com/questions/3085696/adding-a-scrollbar-to-a-group-of-widgets-in-tkinter, some hints on: https://stackoverflow.com/questions/16188420/python-tkinter-scrollbar-for-frame#16198198

@1stthomas 1stthomas added the enhancement New feature or request label Apr 12, 2018
@1stthomas
Copy link
Owner Author

Implemented by 612fd9a and 7a22c3d

@1stthomas
Copy link
Owner Author

Still open: Implement the mousewheel event

@1stthomas
Copy link
Owner Author

Closed by d5bf6f1

@1stthomas
Copy link
Owner Author

Show the scrollbar only if there is content to scroll. Otherwise hide it.

@1stthomas 1stthomas reopened this Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant