Relates :
|
|
Relates :
|
In RT-32443, the ScrollPane does check the prefHeight/prefWidth of it's Node during the requestLayout() calls to check if the requestLayout() needs to be propagated to the ScrollPane. If there's a Control in the node that fires a requestLayout() during the prefWidth/Height computation, it leads to an infinite loops. This could be stopped in the requestLayout code.
|