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
Is there a way to keep the other lines from moving, so that only the line being moved with handle (or the two lines being moved with crosshair) moves?
Also, is there a way to stop handle lines overlapping other areas, so each section has a minimum size (10 pixels square, for example)? So that the Console doesn't spit out this: PartitionKitExample[34446:1101291] [SwiftUI] Invalid frame dimension (negative or non-finite).
The text was updated successfully, but these errors were encountered:
( I found this library while researching this: https://stackoverflow.com/questions/67403140/drag-separators-in-swiftui )
Is there a way to keep the other lines from moving, so that only the line being moved with handle (or the two lines being moved with crosshair) moves?
Also, is there a way to stop handle lines overlapping other areas, so each section has a minimum size (10 pixels square, for example)? So that the Console doesn't spit out this:
PartitionKitExample[34446:1101291] [SwiftUI] Invalid frame dimension (negative or non-finite).
The text was updated successfully, but these errors were encountered: