B4i Question Paging indicator for scrollview - Keith Yong    Apr 21, 2016 Understand that there is a option to set the scrolllview with paging function, but how do i show the page indicator like below? 43432... B4A Question ScrollView2d disappeared (Solved) - Shelby    Sep 28, 2021 Hi All, In my SQLite db app, suddenly the DB shows the following error message when I run it : B4A Version: 11.00 Parsing code. Error Error parsing program. Error description: Unknown type: scrollview2d Are you missing a library reference? Error occurred on line: 231 (Table) Private SV As ScrollView2D I don't know how to make the type known or why anything changed. Here's my app zipped. Can you see the problem? Thanks... B4A Tutorial ScrollView example - Erel    Nov 16, 2010   (4 reactions) The ScrollView is a very useful container which allows you to show many other views on a small screen. The ScrollView holds an inner panel view which actually contains the other views. The user... add those to a ScrollView. http://www.b4x.com/basic4android/images/scrollview1.png Adding views to a ScrollView is done by calling: ScrollView.Panel.AddView(...) In order to avoid "out of memory... height and adds an ImageView for each loaded bitmap: ScrollView1.Panel.Height = 200dip * Bitmaps... B4A Library [Lib] ScrollView2D - Informatix    Jul 29, 2016   (20 reactions)   tags: Table perfectly handled). I noticed by the way that the stock scrollview is bugged and does not set the focus... ScrollView & HorizontalScrollView); I added the scrollbars; I added three new functions... Wish Any ScrollView with open source code: add DisabledScrolling as Boolean - peacemaker    Apr 30, 2024 If one scrolling container has another internal object that is also scrollable - outer view's scrolling should be disabled, when you try to scroll the internal object (_MouseEntered). So, the view should be "enabled", but with "DisabledScrolling" until your _MouseExited from the internal object.... B4A Question Tabstrip + Scrollview + Keyboard = Height? - JohnC    Dec 13, 2017   tags: Tabs I am using a Tabstrip and a few of the tab's pages have edittext controls on them. So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown. So, then I am forced to use IME to detect when the keyboard switches show/hide states so I can adjust the viewport size of the scrollview. But I am having a hard time figuring out how to set the sv.height to the proper height of the visible part of the current tab... B4A Question xcChart on ScrollView - grafsoft    Sep 1, 2025 ScrollView1.Panel.AddView(chartalt, 0, 0, 100%x, 300dip)
throws an error. xChart cannot be converted into view.
How can I put a chart on a scrollview? Or is there any other method to put 4 xcharts... B4A Question ScrollView not scrolling - GiovanniPolese    Apr 25, 2025 Hi to Everybody
I have a strange situation, using a ScrollView. The following code worked in the past. Now I am trying to re-use it and the scrollview that I used, doesn't scroll automatically... B4A Tutorial ScrollView example with a Panel higher than the screen - klaus    Jul 11, 2017   (11 reactions) Attached you find an example with a ScrollView with a Panel higher than the screen. The layouts are designed in the Designer, not in the code. There are 2 layout files: - Main with the ScrollView. - ScrollViewLayout has one Panel higher than the screen, 7 Label views and 7 EditText views, the Panel height is set so the last EditText view is on top of the screen when the panel's lower edge is on the lower edge of the screen. Clicking on an EditText moves the Scrollview up to show... B4i Question [SOLVED] B4XPages / ScrollView / How to bring back ScrollView in original position? - christianjeannot    Apr 9, 2021   (1 reaction) Hello Community, In my App I have several text fields on a scroll view. I found out how to hide the keyboard overlapping a text field. What is the best way to have the original position before entering text? I searched the documentation and found no answer. I searched the forum and found several threads about scrollviews and position issues / handling. I take a look on some threads but I was not able to adjust this to my App. I have attached a small example project. Best regards... Page: 1   2   3   4   5   6   7   |