Skip to content

Add ColumnBehavior to control item column assignment#7

Open
eeshishko wants to merge 1 commit intomainfrom
claude/fix-waterfall-layout-issue-hTYDl
Open

Add ColumnBehavior to control item column assignment#7
eeshishko wants to merge 1 commit intomainfrom
claude/fix-waterfall-layout-issue-hTYDl

Conversation

@eeshishko
Copy link
Owner

Adds a new ColumnBehavior enum with three options:

This allows users to have predictable column assignments where changes in one column don't affect adjacent columns.

https://claude.ai/code/session_01JAYGQk1sFC6JTPGmi1berr

Adds a new ColumnBehavior enum with three options:
- lowestHeight: Default waterfall behavior (items in shortest column)
- sequential: Items placed in order across columns (fixes #3)
- custom: Closure-based column assignment for full control

This allows users to have predictable column assignments where
changes in one column don't affect adjacent columns.

https://claude.ai/code/session_01JAYGQk1sFC6JTPGmi1berr
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.

[Request] Changes in one column should not affect adjacent column

2 participants