scrolling

  1. J

    Android Question B4XView to contain text with scrolling

    I have a reasonably sizeable amount of text which I want to display. I want scrolling (ideally both vertical & horizontal, but at least vertical) so that if it's bigger than the space allocated in the Designer the user would be able to see all the text using scrolling. As I'm using B4XPages, I...
  2. Guenter Becker

    B4A Library extended editText view

    Notice! This is obsolete it will no longer developed. There is a better substitute. Look in the Forum at: TDSLinput (masked extended EditText) Name: TDeditTextExt Type: B4Xlib Code: B4A Version: Beta2 -early access- Lib Name: TDeditTextExt.b4xlib (C): TechDoc G.Becker, free to use only for...
  3. R

    Android Question Custom List View - horizontal and vertical scrolling possible?

    Hi all, I'm working on a B4X project (it only needs to work for Android), and I am having trouble getting horizontal and vertical scrolling to work with a Custom List View. For vertical-only scrolling, this code works perfectly (and I'm able to click on a row, and pass its IdentityNo to the...
  4. Martin D.

    B4J Question How to scroll horizontally with xCustomListView ?

    I set Orientation to Horizontal, fill the listview with more than can be seen, but I can't scroll unless I do it programatically (ScrollToItem). It also works when I use vertical orientation + mouse wheel.
Top