In B4A you can do this to get the text wrapped
Dim Edt As EditText = B4XEditText1.NativeObjct
Edt.Wrap=True
Allow me a
suggestion, SD_XuiView was created with the aim of adding non-native
animations (and other non-native
functions)
If you don't need these functions, use native views, now from design you can declare them in the B4XView code without having to change anything in the declarations.
So if you don't have a specific need you don't need to use this library