Dear Support,
i templated the DropDownContent like this,
however the dropdown was originally intendet to use two columns, -
one for the icon, one for the header.
How can I make the items fit anyway?
Thanks in advance Martin
i templated the DropDownContent like this,
<DataTemplate x:Key="outlookBaItemDropDownContentTemplate"> <StackPanel Orientation="Horizontal"> <Image Source="{Binding SmallIcon}" Width="20" /> <Label Content="{Binding Header}" /> </StackPanel></DataTemplate>however the dropdown was originally intendet to use two columns, -
one for the icon, one for the header.
How can I make the items fit anyway?
Thanks in advance Martin