<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
    <ui:VisualElement style="flex-grow: 1;">
        <ui:VisualElement name="titleBar" style="flex-direction: row; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; flex-grow: 0; height: 50px;">
            <ui:VisualElement name="logo" style="width: 30px; height: 30px; background-image: resource(&apos;EDXR_300x300dpi copy&apos;);" />
            <ui:Label text="Course Title" display-tooltip-when-elided="true" name="title" binding-path="courseName" style="-unity-text-align: middle-center; flex-grow: 1; flex-direction: row; font-size: 16px;" />
        </ui:VisualElement>
        <ui:ListView focusable="true" show-foldout-header="true" reorderable="true" reorder-mode="Animated" show-bound-collection-size="true" show-border="true" header-title="Steps" show-add-remove-footer="true" binding-path="steps" virtualization-method="DynamicHeight" name="steps" show-alternating-row-backgrounds="None" />
    </ui:VisualElement>
</ui:UXML>
