Aragas/Bannerlord.MBOptionScreen

View on GitHub
src/MCM.UI/GUI/Prefabs/SettingsView.xml

Summary

Maintainability
Test Coverage
<Prefab>
  <Window>
    <Widget HeightSizePolicy="CoverChildren" WidthSizePolicy="StretchToParent" VerticalAlignment="Top" HorizontalAlignment="Left">
      <Children>

        <ListPanel Id="SettingPropertiesList" DataSource="{SettingPropertyGroups}" HeightSizePolicy="CoverChildren" WidthSizePolicy="StretchToParent"
                   LayoutImp.LayoutMethod="VerticalBottomToTop" VerticalAlignment="Top">
          <ItemTemplate>
            <SettingsPropertyGroupView />
          </ItemTemplate>
        </ListPanel>

      </Children>
    </Widget>
  </Window>
</Prefab>