<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>
Friday, November 18, 2016
Change WPF ComboBox dropdown width in C#
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment