I've been struggling with #SwiftUI backgrounds on several pages - attempting to get some App look and feel consistency - when looking for the Form background problem - I find this modifier:

Form {
} // form
.scrollContentBackground(.hidden)

That little gem - allows my ZStack Image to shine through!

-10 points for lack of consistency, Apple.

Just for keeping score - here's the List . scrollContentBackground(.hidden)

#SwiftUI #ConsistencyForTheWin!