Good Morning:)
In my ribbon i added an EnumEditBox for the Scope of searching a document.I was hoping that the items would have a tooltip with the description, or do i have to make an Item template?
BTW, how can i stretch the box horizontally?
And how can i limit the number of dropdownitems (or the size of the dropdownbox)? Usage of MaxDropDownHeight doesn't seems to matter.
Is it possible to stack the items of an EnumListbox horizontally?
Regards
Martin
[Modified at 03/01/2010 04:44 AM]
In my ribbon i added an EnumEditBox for the Scope of searching a document.
<editors:EnumEditBox x:Name="ScopeListBox"
Value="{Binding Path=Scope}"
MinWidth="100"
IsEditable="False"
EnumType="{x:Type se:EditorSearchScope}"
UseDescriptionAttributes="True"
/>
BTW, how can i stretch the box horizontally?
And how can i limit the number of dropdownitems (or the size of the dropdownbox)? Usage of MaxDropDownHeight doesn't seems to matter.
Is it possible to stack the items of an EnumListbox horizontally?
Regards
Martin
[Modified at 03/01/2010 04:44 AM]