</VerticalStack>-->
<Container Name="CrowContainer" Height="60%" Background="Black"/>
<Splitter/>
- <Menu Data="{EditorAllCommands}" Height="Fit" Width="Stretched">
- <ItemTemplate DataType="Crow.Command" Path="Interfaces/menuCommand.itmp"/>
- <ItemTemplate DataType="Crow.CommandGroup" >
- <MenuItem Data="{Commands}" Width="Fit" IsEnabled="{CanExecute}"
- Template="Interfaces/menuItem.template"
- ItemTemplate="Interfaces/menuItem.itmp">
- </MenuItem>
- </ItemTemplate>
- </Menu>
<VerticalStack CacheEnabled="true">
+ <Menu Data="{EditorAllCommands}" Height="Fit" Width="Stretched">
+ <ItemTemplate DataType="Crow.Command" Path="Interfaces/menuCommand.itmp"/>
+ <ItemTemplate DataType="Crow.CommandGroup" >
+ <MenuItem Data="{Commands}" Width="Fit" IsEnabled="{CanExecute}"
+ Template="Interfaces/menuItem.template"
+ ItemTemplate="Interfaces/menuItem.itmp">
+ </MenuItem>
+ </ItemTemplate>
+ </Menu>
<!-- <Wrapper Orientation="Vertical" Height="Fit">
<Button Style="IcoButton" Command="{CMDNew}" />
<Button Style="IcoButton" Command="{CMDSave}" />