scrolling

  1. Alexander Stolte

    Android Example [B4X] AS ViewPager - Infinite scrolling

    https://www.b4x.com/android/forum/threads/b4x-xui-as-viewpager-based-on-xcustomlistview.116709/ A small example project on how to achieve endless scrolling in both directions with the as viewpager. Important You need AS ViewPager V2.01+ and for B4J, you need V1.02+ of the jPager The best...
  2. M

    Wish [B4X] ScrollingLabel with different modes

    Hi everyone, how many of you would like to have the ScrollingLabel (in XUI Views) settable in multiple modes? For example i would like to have "Ping Pong" scrolling, instead of the "Loop" scrolling i think it could be an "easy" but cool upgrade for that view :)
  3. Joey249

    Android Question B4xPages Can't get xCLV to scroll while also using a ScrollView

    Hi, I have a layout set out which uses a ScrollView and then one CustomListView on the main layout, the ScrollView works to scroll the page, however the CustomListView does not scroll*. *The CustomListView actually scrolls when running from LeapDroid emulator, but not on my actual phone or...
  4. 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...
  5. 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...
  6. 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...
  7. TelKel81

    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