Hi Khann
Thank you for your patience.
We have fixed the reported issue with SplitButtonAdv and please find the patch for the same from following. Using this patch, now you can able to set the image for selected item in splitbutton dropdown using the following code:
Code:
|
private void SplitButton1_DropDowItemClicked(object sender, ToolStripItemClickedEventArgs e)
{
e.ClickedItem.Text = "Yellow";
e.ClickedItem.Image = Bitmap.FromFile(@"../../help.png");
}
|
Screenshot:
|
Recommended approach - exe will perform automatic configuration.
Please find the patch setup from below location:
Please find the patch assemblies alone from below location:
|
Assembly Version: 18.1.0.42
Installation Directions:
This patch should replace the files "Syncfusion.Tools.Windows” under the following folder.
$system drive:\ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\[TargetFramework]
Eg : $system drive:\Program Files\Syncfusion\Essential Studio\18.1.0.42\precompiledassemblies\18.1.0.42\\4.6
To automatically run the Assembly Manager, please check the Run assembly manager checkbox option while installing the patch. If this option is unchecked, the patch will replace the assemblies in precompiled assemblies’ folder only. Then, you must manually copy and paste them to the preferred location or you must run the Syncfusion Assembly Manager application (available from the Syncfusion Dashboard, installed as a shortcut in the Application menu) to re-install assemblies.
Disclaimer:
Please note that we have created this patch for version 18.1.0.42 specifically to resolve the issue reported in this incident. If you have received other patches for the same version for other products, please apply all patches in the order received. Please let us know, if you are using any other Syncfusion version, we will provide patch in your version.
Please let us know if you have any other concerns.
Regards,
Vijayalakshmi VR