Hi Ptit-Xav,
I placed the controls in the same manner as Claude31 recommended. If there is a better placement methods, please specify
I don't know what you mean by "placement constraint"
My view above is what I thought was a logical subview
Regarding ZStack, I thought this was used to control depth of controls, such as various picture objects on top of each other.
Don't know what you mean by global view, or what an overlay is
I have spent about one month attempting to find comprehensive documentation on SwiftUI and its controls and how to place them, but have come up short. Even Rust has better documentation when it comes to the types of controls available (think FLTK or Iced), what they look like, and how to use them. 99% of the designs are a single vertical column.
I have several SwiftUI books, and they cover a lot of material, but answering specific questions about how to place controls on a Form, epecially when the design is more complex, is seemingly hard to come by.
Sorry for all the questions, but SwiftUI and its terminology is completely foreign to me. I am used to StoryBoards, which is also very similar to C# WinForms. In the WinForms editor, one simply places controls where they want them.