Object documentation: HorizontalScrollView B4A Question HorizontalScrollView Image Performance - RichardN    Nov 19, 2019 I have to present a small (40-50) number of JPG portrait files in a Horizontal ScrollView (hsv1). The images are all portrait orientation, of similar size but are of slightly differing aspect ratios... B4A Question Cross platform advice for horizontalscrollview please - tsteward    Jul 24, 2021 I have a horizontalscrollview that loads a layout with one panel that has two rows of 10 B4XFloatTextFields working fine in B4A.
How do I replicate this in B4I & B4J although B4J does not really... B4A Question HorizontalScrollview showing images inside a CustomListView - José J. Aguilar    Nov 16, 2017 the HorizontalScrollView (I'm still trying to understand the .getpanel property)
The questions/problems I'm... As HorizontalScrollView
Private ExpandedHeight As Int = 240dip
Private CollapsedHeight As Int... B4A Question HorizontalScrollView scrolling with softkeyboard - Erel (first post)    May 18, 2022 It is a bug in Android.
Maybe you can revert it by intercepting the height changed event with IME: https://www.b4x.com/android/forum/threads/handle-the-soft-keyboard-with-the-ime-library.14832/#conten... B4A Question sub ScrollChanged in horizontalscrollview - AbuElhaytham (first post)    Jan 28, 2022   (1 reaction) You haven't written the event name when initializing the HorizontalScrollView:
pnlScv.Initialize(Activity.Width,"pnlScv")... B4A Question HorizontalScrollView.Width vs HorizontalScrollView.Panel.Width - klaus (first post)    Aug 30, 2020   (2 reactions) There are two widths: HorizontalScrollView.Width and HorizontalScrollView.Panel.Width
HorizontalScrollView.Width is the width visible on the device.
HorizontalScrollView.Panel.Width is the width... B4A Question {class} iMashPager to aMashPager using HorizontalScrollView - Mashiane    Jul 26, 2016 Hi there I'm working on sliding panels using the same ahviewpager approach I did for my b4i project here. Whilst there are other pagers here, I just wanted to use the same approach in both my b4a and b4i code bases for maintenance and conversion purposes. My approach here is using a HorizontalScrollView. For some reason, the page_changed event does not always fire including the gotopage method which is meant to scroll to a particular page. A small project with the class is included and... B4A Question help! change color bar HorizontalScrollView - phongka (first post)    Aug 30, 2021 here is my sample code
Sub Globals
'These global variables will be redeclared each time the act... B4i Question B4i HorizontalScrollview - Chris Guanzon (first post)    Nov 26, 2020
Best to use xCLV, which supports horizontal orientation.
Thanks sir erel.... B4A Question HorizontalScrollView need end scroll event - luciano deri    Jan 8, 2015 Sub
Hello everybody. I use HorizontalScroolView for show some page my program, i would like center... on HorizontalScroolView, but haven't a end_scroll action.... Page: 1   2   3   4   |