-
Notifications
You must be signed in to change notification settings - Fork 2
Pinboard flex mode. #1
Copy link
Copy link
Open
Labels
A - LayoutUI Layout related issues (i.e. new containers)UI Layout related issues (i.e. new containers)K - FeatureNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
A - LayoutUI Layout related issues (i.e. new containers)UI Layout related issues (i.e. new containers)K - FeatureNew feature or requestNew feature or request
Essentially, all controls should grow to consume available space in their assigned growth direction, given some boundary. (bidirectional growth may be possible but it feels like it devolves into a box packing problem)
Conflicts should be solved iteratively, preferring the control closer to the volume being conflicted on, and deconflicting by order if ambiguous.
A potential approach would be to maximally expand all controls and then reduce them to fit based on intersections.
Behavior should be intuitive.