Hi,
should a DropDownMenuItem support Icons?
I guess so. at least it has a Icon property.
However it seems not to work:
<syncfusion:SplitButton Label="Clean Up" SmallIcon="Image/Apply_Changes_32x.png">
<syncfusion:DropDownMenuItem Header="Clean Up Folder" Icon="Image/Apply_Changes_32x.png"/>
<syncfusion:DropDownMenuItem Header="Clean Up Conversation"/>
<syncfusion:DropDownMenuItem Header="Clean Up Folder/SubFolder"/>
</syncfusion:SplitButton>
i added a Icon via SmallIcon for the Splitbutton itself and that is shown ok.
the icon on the DropDownMenuItem shows as below. Seems it is showing the word "Image" from the path instead of the icon:
thanks,
Helmut