How would I achieve this? I am looking around the documentation and there is [iced::widget::text_input::move_cursor_to_end]
but that is for inputing, not displaying. .align_x(iced::Alignment::End)
does not work either.
Moving the cursor is enough, as the cursor is always visible and therefore the text around it must also be. Have you tried it?