How do I iterate through a List and add to my EditorWindow?

I am creating a custom EditorWindow and need to display objects parsed from an xml file. I can do the parsing but how do I create an interactive list?

Implement OnGUI method. Use GUILayout and EditorGUILayout to display your UI.