-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
fx2.1, 7u6
-
javafx-sdk2.2.0-beta-b06
Run the attached app. It has two ScrollPanes. One has it viewportPrefWidth bound, second has its prefWidth bound. The result is almost the same. Keypoints are:
1. setting viewportPrefWidth to content width doesn't allow it to fit into view due to scroll bar width
2. horizontal scrollbar doesn't appear in the first ScrollPane however the content is not fully visible.
1. setting viewportPrefWidth to content width doesn't allow it to fit into view due to scroll bar width
2. horizontal scrollbar doesn't appear in the first ScrollPane however the content is not fully visible.
- relates to
-
JDK-8118212 [ScrollPane] Pref viewport size is not settable by binding
- Closed