You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering if the layout can / could support draggable gaps where one gap (a separation between 2 content panes) is draggable to adjust the size / ratio of those 2 panes.
Something like this:
At the same time, maybe this whole thing and a state manager to save the updated layout should be build on top of this project rather than integrated with it...
The text was updated successfully, but these errors were encountered:
I actually got an idea how this could be accomplished:
create a Splitter/DraggableSeparator widget or sth like that
use GestureDetector to catch drag events
bind a callback to a handler that changes the values in columnSizes/rowSizes
This has the drawback of eliminating the need for a rowGap/columnGap, as the splitter replaces the gap. (OTOH you could also use the gap to make only part of the gap draggable using the splitter)
I just discovered this lib and think its awesome. This feature would be a great improvement nonetheless. Maybe I can play around with the idea. Are there better approaches?
Hi,
I am wondering if the layout can / could support draggable gaps where one gap (a separation between 2 content panes) is draggable to adjust the size / ratio of those 2 panes.
Something like this:

At the same time, maybe this whole thing and a state manager to save the updated layout should be build on top of this project rather than integrated with it...
The text was updated successfully, but these errors were encountered: