﻿

    <UIControlSet Margin="7,6,7,6"
                  HorizontalAlignment="Stretch"
                  ModificationFlagTarget="{TemplateTag:BindSource}"
                  Orientation="Vertical"
                  Text="{TemplateTag:Label}">
        <UIComboBox Margin="16,0,0,0"
                    AvailableItems="{TemplateTag:AvailableItems}"
                    DropDownStyle="DropDownList"
                    SelectedItem="{Binding {TemplateTag:BindSource}, IssueCommand=true}"
                    Width="140"
                    AutoAdjustWidth="False" />
    </UIControlSet>