Hi,
I am using a Ultra combo box and if the displayed text length of ultraCombo exceeds the Width of the UltraCombo Box, I want to Display a Overflow Indicator. Is there any property like the overflow indicator button which is available in the ultraComboEditor to notify the text overflow property.
Can we able to acheive this in any programmatical way for UltraCombo Control?
Awaiting your solution at the earliest,
Thanks and Regards,
GaneshPatil
If UltraCombo doesn't have the same property that UltraComboEditor has, then there's no way to do it. You should Submit a feature request to Infragistics.
It might be possible for you to implement this yourself using a CreationFilter, but it would not be easy and I don't have any samples of this.