horizontalscrollview

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView

    Hey, thanks to @KZero for his good zPager class, i was able to extract a few things from it to make this cross platform view. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support...
  2. M

    iOS Code Snippet Horizontal Panel Scroller (like TabView in B4A) with PageIndicator

    Hi everyone, i want to share with you this example project, that is a slightly modified version of this one. Maybe can be useful to someone else. It's adapted to be an horizontal panel scroller, that correctly center the loaded layout in the panels.
  3. C

    Android Question Horizontal Scroll Panel Image View.

    Hi all, This is my first project using B4A. I have written a program in Windows using VB.NET and now I'm trying to use B4A to make it an android program. In VB.NET I use a User Control and a richtextbox to add panels. Not sure what's available for B4A to accomplish the same functionality. I am...
  4. B

    Android Question how to horizontal scroll view like instagram : attached current progress

    hi b4x member and team, I want to implement the simple version of smt like this so we can swipe little bit, and it snap into the image with the respective number. is it correct using horizontal scroll view ? how to achieve that ? attached my current progress many thanks!!
  5. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 3: Let's create some accordions

    Hi Based on what we have learned in lesson 1 and 2, here we will explorer another layout element, the accordion. The accordion we can create comes in two flavours, one vertical and one horizontal as expected. The code module that we need to call for this tut is pgLayouts1.Init on...
  6. L

    Android Question CLVSwipe + Horizontal ListView Problem

    Hi, I have a problem with the CLVSwipe library. I decided to use it for the pull to refresh feature, but as long as i initialize it I can't swipe with a horizontal custom listview that is put inside the custom listview where CLVSwipe has been initialized. Is possible to disable the horizontal...
  7. trejocode

    Spanish [AYUDA] Cargar capa en HorizontalScrollView no me muestra mi contenido

    Hola compañeros, estoy practicando con los ScrollViews, pero necesito ayuda. Tengo 1 pantalla principal llamada: "main.bal" que contiene 1 ScrollView y 1 HorizontalScrollView El primer ScrollView funciona perfecto y carga mi capa: "contenido.bal". Mi HorizontalScrollView debe cargar...
Top