Hi, is it possible to add controls on UltraExplorerBarGroup header?Please let me know if there's a way to add controls on it.
Or if it's not possible, could we put image to it?I have tried 'ultraExplorerBarGroup .Settings.AppearancesSmall.HeaderAppearance.Image', but seems it always fit the image to small square image like an icon.I need to put some circles on header, so I need more width on the image.
Any input please,
Thanks.
Hello,
Could you please check the following property which needs to be set in order to view the images:
ultraExplorerBar1.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
Please feel free to let me know if a question about our toolset comes up on your mind.
Hi there,
I can show image on the header. But seems it always stretched the image to 16x16.Is there a way to show image (or put control preferred) on another size?I would like to put, let say 100pxx16px image.Following is showing what I want to have:
(above is what I have now, below is the one I need)
Please let me know if it is possible.