FXMisc / Flowless

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

Scrollbars height/width need to be ceiled to the nearest pixel if this region's snapToPixel property is true. #82

Closed fthevenet closed 3 years ago

fthevenet commented 3 years ago

Fixes #81 Scrollbars height/width need to be ceiled to the nearest pixel if this region's snapToPixel property is true.

Failing to do so will ultimately cause a feedback loop in the layout of the VirtualizedScrollPane under under some screen scale (125%, 150%, 175%, etc...) when used with OpenJFX 16 or higher.

Jugen commented 3 years ago

Great, thanks for this !