Hello.
I’m using Infragistics winform version 8.1.
I’ve a ribbon with multiple ‘comboboxtool’. When they are dropped down the text of each item is left aligned (as I wish), but the text of the chosen item seems to be centered. So, even if the width of control is enough, the text is clamped.
Have a look to the screen shot below: the text of the combo ‘Daily’ is centered but the size is width enough to show the full text. Other combo shows only the first character, because they are a bit close.
I’ve tried to set several properties like TextHalign inside the control but it seems not working.
Which is the right property to set?
Thanks in advance.
ComboBoxTool has an EditAppearance. If you set the TextHAlign to Center on that appearance object, the text will be centered.