﻿<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}" Dock="Fill">

    <UIPanel.Resources>
        <MaskedValueChangedFlagConverter x:Key="CheckBoxValueChangedFlagConverter" />
        <MaskedDefaultValueFlagConverter x:Key="CheckBoxDefaultValueFlagConverter" />{TemplateTag:Resources}
        <CollapsedVisibilityValueConverter x:Key="CollapsedConverter" />
        <LoopButtonImageValueConverter x:Key="LoopButtonImageConverter" />
        <LoopButtonToolTipTextValueConverter x:Key="LoopButtonToolTipTextConverter" />
    </UIPanel.Resources>

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

    </StackPanel>

</UIPanel>
