feathersui-openfl icon indicating copy to clipboard operation
feathersui-openfl copied to clipboard

LayoutGroup: handleManualLayout() should set contentMinWidth and contentMinHeight on the LayoutBoundsResult

Open joshtynjala opened this issue 2 years ago • 0 comments

this._layoutResult.contentMinWidth = maxX;
this._layoutResult.contentMinHeight = maxY;

Should also check if handleLayoutResult() should use contentMinWidth and contentMinHeight, like the override in LayoutViewPort.

Measurement tests for ScrollContainer and Panel will need adjusting.

joshtynjala avatar Jun 17 '22 17:06 joshtynjala