</Template>
<Border Background="DimGray" BorderWidth="1" Margin="1"
MinimumSize="{../../MinimumPopupSize}" MaximumSize="0;400"
- Height="400" Width="{../WidthPolicy}">
+ Height="400" Width="-1">
<Scroller Name="scroller1" Margin="1" VerticalScrolling="true"
Height="{../HeightPolicy}" Width="{../WidthPolicy}"
ValueChanged="../../../_scroller_ValueChanged">
<?xml version="1.0"?>
<VerticalStack>
- <ComboBox Width="220" Data="{TestList}" SelectedIndex="0"
+ <ComboBox Width="50" Data="{TestList}" SelectedIndex="0"
ItemTemplate="#Tests.Interfaces.colorItem.crow"/>
</VerticalStack>
\ No newline at end of file