J js486dog Active Member Licensed User Longtime User Nov 8, 2019 #1 I have used the BBCodeView as the alternative for the EditText. Please can I change the color of the vertical scroll bar of the BBCodeView? If yes please how can I do it?
I have used the BBCodeView as the alternative for the EditText. Please can I change the color of the vertical scroll bar of the BBCodeView? If yes please how can I do it?
Erel B4X founder Staff member Licensed User Longtime User Nov 10, 2019 #2 Yes. Add this code: https://www.b4x.com/android/forum/threads/bbcodeview-long-press-or-tap-on-the-word.111217/ Call it like this: B4X: SetScrollbarColor(BBCodeView1.sv, xui.Color_Blue) Upvote 0
Yes. Add this code: https://www.b4x.com/android/forum/threads/bbcodeview-long-press-or-tap-on-the-word.111217/ Call it like this: B4X: SetScrollbarColor(BBCodeView1.sv, xui.Color_Blue)