It's recently been brought to my attention on a Silverlight application I work on, that when a RadComboBox is a fixed width and the character extend past that width, clicking off focus will make the text align on the left, but saving within the app, the text then aligns to the right. I want it to remain aligned to the left instead of the left characters being cut off.
Some research revealed this is the intended behavior for RadComboBox. How can I override this to make it align left. I've tried applying HorizontalContentAlignment=Left on various levels--within styles on the resource files, likewise within Grid.Resources, etc. No luck. Likewise with HorizontalAlignment.
What is the proper solution? Is textclipping and ellipsis the proper way to go? If so, what's the best solution? I would prefer to do this on a resource level.
Thank you kindly,
John Gnotek
Some research revealed this is the intended behavior for RadComboBox. How can I override this to make it align left. I've tried applying HorizontalContentAlignment=Left on various levels--within styles on the resource files, likewise within Grid.Resources, etc. No luck. Likewise with HorizontalAlignment.
What is the proper solution? Is textclipping and ellipsis the proper way to go? If so, what's the best solution? I would prefer to do this on a resource level.
Thank you kindly,
John Gnotek