Join Slack
Powered by
is there something like a SplitPane (having a UI h...
# compose-desktop
d
Dirk Hoffmann
01/29/2021, 6:02 PM
is there something like a SplitPane (having a UI handle resizing width/height of neighbour components)?
i
Igor Demin
01/29/2021, 6:19 PM
We implemented non-ideal version of it here:
https://github.com/JetBrains/compose-jb/blob/9e67cfc916f696220d630ceb6e5b67e957077[…]commonMain/kotlin/org/jetbrains/codeviewer/ui/CodeViewerView.kt
But there are issues with this implementation (
https://github.com/JetBrains/compose-jb/issues/148
) P.S. I think it is good candidate for custom component:
https://github.com/JetBrains/compose-jb/issues/334
d
Dirk Hoffmann
01/29/2021, 6:22 PM
hmmm, so better to wait a few months and see what is there then, might be a good idea 😉
Open in Slack
Previous
Next