Skip to content

Add SmartFlowLayoutGroup component - #533

Open
PeterParkers007 wants to merge 1 commit into
Unity-UI-Extensions:releasefrom
PeterParkers007:feature/smart-flow-layout-group
Open

Add SmartFlowLayoutGroup component#533
PeterParkers007 wants to merge 1 commit into
Unity-UI-Extensions:releasefrom
PeterParkers007:feature/smart-flow-layout-group

Conversation

@PeterParkers007

Copy link
Copy Markdown

Enhanced version of FlowLayoutGroup that adds several sizing modes. Supports uniform grid cells, aspect ratio preservation for icons, stretch rows for list items, and reverse wrap direction for panels that stack from the bottom. Also fixes the issue where nested LayoutGroups weren't rebuilding properly after layout changes.

It's a new component placed alongside the existing FlowLayoutGroup, so nothing breaks for current users. Tested in Unity 2021.3 with ContentSizeFitter and dynamic children.

Unity UI Extensions - Pull Request

Overview

Changes

  • Fixes:

Breaking Changes

  • Breaks

Related Submodule Changes

  • URL

Testing status

  • No tests have been added.
  • Includes unit tests.
  • Includes performance tests.
  • Includes integration tests.

Manual testing status

Enhanced version of FlowLayoutGroup that adds several sizing modes. Supports uniform grid cells, aspect ratio preservation for icons, stretch rows for list items, and reverse wrap direction for panels that stack from the bottom. Also fixes the issue where nested LayoutGroups weren't rebuilding properly after layout changes.

It's a new component placed alongside the existing FlowLayoutGroup, so nothing breaks for current users. Tested in Unity 2021.3 with ContentSizeFitter and dynamic children.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant