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.
Could you please review the sample attached to this post and see if it meets your requirements.
Please feel free to let me know if I misunderstood you or if you have any other questions.
Yes,
ImageSizeLarge/Small is property I am looking for.Thanks for your help :)
Just to confirm,
There's nothing we can do to put control on header? (not only image)
Oh, just found another thread. Seems we can put our custom control to the header.
http://blogs.infragistics.com/forums/t/55963.aspx
Nice to hear this. I was just going to write you about the same approach.
Please do not hesitate to ask if something comes up.