-
I am writing a GUI application with Rust and I'm considering moving to sixtyfps. The application will need 4 grid squares that can be resized by dragging (demonstrated in the attached video) 2021-07-21.17-27-22.mp4Is this kind of drag resizable layout supported right now? From what I've gathered the layouts seem to be fixed in size |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, Here is a quick & dirty way to do it:
We eventually need to add this as part of one of our widget. |
Beta Was this translation helpful? Give feedback.
-
For anyone out there looking for a quick implementation of "VerticalSplit" like the horizontal one above, here's an implementation:
|
Beta Was this translation helpful? Give feedback.
Hi,
We don't have a widget to do that, but that's possible to implement "manually"
Here is a quick & dirty way to do it: