﻿<UIPanel
    xmlns="http://www.nintendo.com/effectmaker/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:sys="clr-namespace:System;assembly=mscorlib"
    xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib"
    AutoScroll="True" Text="{TemplateTag:Label}">

    <UIPanel.Resources>

        <MaskedValueChangedFlagConverter x:Key="CheckBoxValueChangedFlagConverter" />
        <MaskedDefaultValueFlagConverter x:Key="CheckBoxDefaultValueFlagConverter" />{TemplateTag:Resources}

    </UIPanel.Resources>

    <StackPanel Orientation="Vertical">{TemplateTag:Groups}

    </StackPanel>

</UIPanel>
