Hi,
I would like to know if is it possible to customize UltraTab with more than 1 image UIElement to place indicator for my UltraTab. The color indicators may correspond to the status, states. They could be generated automatically under certain conditions ? Maybe with CreationFilter ? How ?
Thanks a lot.
Hello Booorf,
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.
Hello,
I just wanted to know if you were able to solve your issue based on these suggestions or you still need help? Please let me know.
Yes, indeed, use of a prepared image seems quite good. But I have already an image on the tab on the left. I don't know how can i put an image on the left and an other on the right ? It's possible ?
thanks a lot.
So you should use 'TabItemUIElement' instead of the above mentioned. Also after some research I suggest you not to do this with 'CreationFilter' since it would be very hard to measure all the elements - their positions and sizes, because you want it all to be dynamic.
You could try to do this with already prepared images and assign them to the 'Appearance.Image' properties of the tabs on some condition.
Please do not hesitate to contact us if you need any additional assistance.
Thanks a lot for your sample. But it's seem to not solve my issue.
I use Infragistics 10.3. I would like to add dynamic images on each tab depending on status of each. The problem is that I've put a picture on the left-aligned tab, and I would put a picture on the left and right (dynamic images)
Thanks.