Reputation: 147
I want my combobox width fit to it's viewbox container.
<Viewbox StretchDirection="Both" Stretch="Uniform" Margin="5,5,5,5">
<ComboBox ItemsSource="{Binding item}"/>
</Viewbox>
The combobox take width of selected item.
Upvotes: 0
Views: 407