Completed
Last Updated: 17 Nov 2015 16:26 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 09 Aug 2013 09:11
Category: RibbonBar
Type: Bug Report
2
FIX. RadRibbonBar - icons disappearing when tab is minimized with ImageList
To reproduce:
Create a RadRibbonForm
Add tab, groups and buttons
Add an ImageList and changed the buttons ImageKey
Minimized the ribbon
Click the tab

Workaround:
Use the image property of the button - 
buttonElement.Image = Image.FromFile(@"image.png");
0 comments