<ComboBox Width="50" Height="40" MaxDropDownHeight="160">
<ComboBox.ItemContainerStyle>
<Style TargetType="ComboBoxItem">
<Setter Property="Width" Value="60"/>
</Style>
</ComboBox.ItemContainerStyle>
<ComboBoxItem Content="this is Item One "/>
<ComboBoxItem Content="this is Item "/>
<ComboBoxItem Content="this is "/>
<ComboBoxItem Content="this "/>
</ComboBox>
No comments:
Post a Comment