Hi,
For the coltrol UltraExplorerBar, is it possible to set the image for the selected/current group (at the top of the UltraExplorerBar)?
Thanks a lot
Felix
Hello Felix,
You could use the following code in order to achieve the desired behavior:
foreach(UltraExplorerBarGroup group in ultraExplorerBar1.Groups) group.Settings.AppearancesSmall.ActiveHeaderAppearance.Image = SystemIcons.Asterisk.ToBitmap(); ultraExplorerBar1.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
Please feel free to let me know if I misunderstood you or if you have any other questions.
Thanks for you reply, however it seems that this answer does not meet my requirement which is as the attached image from your example application (UltraExplorerBar Basic Features), what I want is that the image should also be assigned to the topside current group besides the normal group.Is it possible?
(It seems that my local screenshot image can not be uploaded here, otherwise you could catch my requirement more clearly, if possible, pleease give me the guide how to upload my local screenshot file, including your available email address.)
Thanks
What you could do is either archive(.zip) the image and attach it through the 'Options' button(when you are writing your next post) or send it to my email address:BToromanov@Infragistics.com
Thank you in advance.
Hello felixsen,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I hope that I know understand your scenario right, you could use:
ultraExplorerBar1.SelectedGroup.Settings.AppearancesSmall.NavigationPaneHeaderAppearance.Image = SystemIcons.Asterisk.ToBitmap();
Please do not hesitate to ask if something comes up.
Please refre to the attached screenshot image.