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...
if i have text to show whose content is too great (or too large) to fit on one screenful,
i want to be able to scroll the text up and down with my finger (or, optionally, left to
right and back).
msgbox can handle this, but it may not be the "look" i'm after. webview is a very
workable...
Hi, at the moment I have a label containing text. The text is updated periodically (every 2 seconds or so). Sometimes the text can be quite long, and it goes out of the width and height of the label. What do I need to do to make a label which:
Resizes itself based on the updated content and
Any...
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.