If you have a multiline label or view and wish to scroll to specific position programatically,
( provided native view has mScrollY property), you can use the following code to get or set scrollY position:
( It does not require ScrollView )
Public Sub setScrollY(v As View, pos As Int)
Dim...
I was looking for a way to determine the height of a textview when it has multiline text. This function now makes that possible across platforms.
From B4J I come from this thread:
https://www.b4x.com/android/forum/threads/measure-multiline-text-height.84331/#content
Private Sub...
LineUtils
Version: 1.2
Based on code by Erel for StringUtils function MeasureMultilineTextHeight
StringUtils function calculates the height for multiplier value 1 only.
With this function you can calculate height with variable line spacing.
LineUtils
Methods:
getMultilineHeight...
Hi All,
I really appreciate if someone can help or guide me on this CLV obstecle.
I have jRDC where I am SELECT from DB to CLV.
I have card like CLV in which user name can appear more than once in a card based on the year returned ( so I can have one user name in card for 2020, and another...
Hello, i was trying to use the library xui views, but when a use the dialog there is no option to put the title in multiline. Is there a way to put the title of Dialog in multine?
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.