Change anchor position of view for the tvOS focus engine

I'm developing a grid of focusable elements in SwiftUI with different sizes for tvOS (similar to a tv channel grid).

Because the Focus Engine calculates the next view to focus based on the center of the currently focused view, sometimes it changes focus to an unexpected view. Here's an example:

Actual:

Expected:

Is it possible to customize the anchor point from which the focus engine traces a ray to the next view? I would prefer the leading edge in my case.

Change anchor position of view for the tvOS focus engine
 
 
Q