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.
Hello Mike,
can you provide a sample stub for a Creation-Filter arranging buttons of ButtonsRight collection vertically?
Thanks
Hi Thorsten,
I whipped up a quick sample. It's a little more complicated than I expected it to be, but it's not too bad. My sample makes a few assumptions, like that you are using UltraTextEditor and that there are no ButtonLeft.
ButtonsRight_Vertical.zip
Hi Mike,
thanks for your quick response and the sample you provided. That helped me a lot for my project. Now i can use this as a base to implement my requirements.
Kind regards
Thorsten