-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added ScaledVirtualized class #16
Conversation
…content) that is embedded in a VirtualizedScrollPane (scrollPane) by acting as wrapper.
One issue I came across was the lack of access to With that being said, I think |
On second thought, it would be better to refactor |
I think the correct way is to call |
I didn't realize that we don't need an |
K, I've updated the code |
I wonder if the getter should be renamed. It is annoyingly close to |
What about |
You have a point. What do you think about calling it |
Sounds good! |
I added some javadoc to help clarify the name as well |
👍 |
Add ScaledVirtualized class.
How's this?
I'm also not sure if there might be some unwanted implications of adding the
Scale
object to theScaledVirtualized
wrapper and not theVirtualized
content itself