On Thu, 13 Feb 2025 18:51:22 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> layout containers never visually clip their contents see `PaginationSkin.install()` Although in Pane:94: * Pane does not clip its content by default, so it is possible that children's * bounds may extend outside its own bounds, either if children are positioned * at negative coordinates or the pane is resized smaller than its preferred size.</p> BorderPane:120, FlowPane:146, ... Can the application set the clip rectangle easily if needed? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2659659703