Maui currently does not have this feature built-in. You would use the native api to detect the screen orientation change, than update your form layout.
https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/invoke-platform-code
note: Maui UI is pretty primitive compared to swift-ui and jetpack compose ui. hopefully there will be a rewrite to make more competitive.