-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
7u6
-
2.2.0b11.
Movie is attached. Standart test app to be used.
Issue: I change prefSize of control, but control doesn't repsond, starting from some value (I mean, pagination doesn't become less then size of content).
If I change min Size, then, ok, pref size start to affect, but content is compressed, and scrollbars are not shown.
@Kinsley:
To standart app, just add lines:
tb.addDoublePropertyLine(testedPagination.minWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.minHeightProperty(), -100, 600, 100);
tb.addDoublePropertyLine(testedPagination.prefWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.prefHeightProperty(), -100, 600, 100);
tb.addDoublePropertyLine(testedPagination.maxWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.maxHeightProperty(), -100, 600, 100);
Issue: I change prefSize of control, but control doesn't repsond, starting from some value (I mean, pagination doesn't become less then size of content).
If I change min Size, then, ok, pref size start to affect, but content is compressed, and scrollbars are not shown.
@Kinsley:
To standart app, just add lines:
tb.addDoublePropertyLine(testedPagination.minWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.minHeightProperty(), -100, 600, 100);
tb.addDoublePropertyLine(testedPagination.prefWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.prefHeightProperty(), -100, 600, 100);
tb.addDoublePropertyLine(testedPagination.maxWidthProperty(), -100, 400, 100);
tb.addDoublePropertyLine(testedPagination.maxHeightProperty(), -100, 600, 100);