Is it possible to arrange buttons of ButtonsRight collection in UltraTextEditor downwars (vertically) instead of horizontally?
P.S. It would be very convenient in multiline text input fields
Hi,
There's currently no built-in way to do this. You should Submit a feature request to Infragistics.
You could use a CreationFilter to re-arrange the UIElements in the editor and stack the buttons vertically yourself.