FXMisc / Flowless

Efficient VirtualFlow for JavaFX
BSD 2-Clause "Simplified" License
185 stars 38 forks source link

Take padding into account when scrolling #111

Closed Jugen closed 2 years ago

Jugen commented 2 years ago

Fixes FXMisc/RichTextFX#1113 VirtualizedScrollPane with RichTextFX area doesn't scroll to bottom with dragging scrollbar thumb.

This was because Region padding wasn't being taken into account when using the scrollbar thumb.