Custom Inspector. Aligning properties?

So I’m creating a custom inspector for my class. I’d like to list a few properties in pairs side-by-side for tidiness, rather than having them all one-after-another. Is there some way to accomplish this with the EditorGUILayout class?

Take a look at the following items, they should accomplish what you want:

Begin Horizontal

End Horizontal

Begin Vertical

End Vertical