scrollable label

  1. drgottjr

    Android Code Snippet ScrollingLabel - drag your finger

    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...
  2. maxh2815

    Android Question Need a scrollable label (or some other form of text display)

    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...
Top