<Ui xmlns="http://www.blizzard.com/wow/ui/">
  <Frame name="AuctionatorDropDown" mixin="AuctionatorDropDownMixin" virtual="true">
    <!--
      <KeyValues>
        <KeyValue key="labelText" value="" type="string"/>
        <KeyValue key="textString" value="CONSTANT_1;CONSTANT_2;..." type="string">
        <KeyValue key="valuesString" value="string_1;string_2;..." type="string">
      </KeyValues>
    -->
    <Scripts>
      <OnShow method="OnShow"/>
    </Scripts>
    <Size y="40"/>

    <Frames>
      <Frame inherits="UIDropDownMenuTemplate" mixin="AuctionatorDropDownInternalMixin" parentKey="DropDown">
        <Anchors>
          <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeKey="$parent" x="7"/>
        </Anchors>
      </Frame>
    </Frames>
    <Layers>
      <Layer level="BACKGROUND">
        <FontString inherits="GameFontHighlight" parentKey="Label">
          <Anchors>
            <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.DropDown"/>
            <Anchor point="TOP" relativePoint="TOP" relativeKey="$parent" y="-8"/>
          </Anchors>
        </FontString>
      </Layer>
    </Layers>
    <Anchors>
      <Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" />
      <Anchor point="RIGHT" relativeKey="$parent" relativePoint="RIGHT" />
    </Anchors>
  </Frame>
</Ui>
