Android Question Scrollbar on EditTexts

Rusty

Well-Known Member
Licensed User
Longtime User
In this post (post #10), CanalRun indicated that the XML for an EditText could be edited to allow a scrollbar to be shown on edittexts.
Does anyone know how to edit the XML and where it is?
Thanks
Rusty
 

DonManfred

Expert
Licensed User
Longtime User
In this post (post #10), CanalRun indicated that the XML for an EditText could be edited to allow a scrollbar to be shown on edittexts.
The response seemed to say that a res XML file needs to be modified to include a vertical scrollbar in the EditText object:

http://stackoverflow.com/questions/6555986/android-how-to-set-scrollbar-in-edittext

But, modifying res XML files is beyond my capability.

Hopefully someone can confirm and describe how this is done.

Does anyone know how to edit the XML and where it is?
Are you developing with Android Studio and it´s layouts?

Using b4a there is NO XML file involved which you could edit

I don´t know if you can set the properties using javaobject at runtime.
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Definitely using B4a.
I'll try Erel's suggestion and report back...
Thanks!
 
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
OK, the post Erel mentioned is the one that blows up as per all the comments.
Is there a way to make that work?
 
Upvote 0
Top