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... 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... several threads about scrollviews and position issues / handling. I take a look on some threads... Wish [B4X] B4A Scrollview2D - klaus    May 1, 2019   (3 reactions) Two wishes:
1. Add the ScrollView2D library as a standard B4A library.
2. Possibility to cast a ScrollView2D object as a B4XView with the ScrollViewOffsetX and ScrollViewOffsetY properties.
That way... B4i Question Crazy Scrollview issues#!% - JohnC    May 8, 2024 there is the possibility that I might end up with more views than can fit on the screen, I am using a scrollview... hide some of the views in the layout and possibly reposition other views. Then after everything is in... B4i Question Scrollview set directionalLockEnabled - Alexander Stolte    Nov 20, 2023 I have a problem with my AS_ViewPager, if it has the full height of the page, then you can also scroll vertically while scrolling horizontally. To avoid this I found this property at apple. How can I use this property for the scrollView?
https://developer.apple.com/documentation/uikit/uiscrollview... (horizontally or vertically), the scroll view disables scrolling in the other direction. If the drag... B4i Code Snippet RefreshControl for TableView and ScrollView - narek adonts    Mar 26, 2016   (7 reactions) Add a UIRefreshControl to your TableView or ScrollView TABLEVIEW Public Sub AddRefresh (TableView As TableView) Dim nome as NativeObject=Me nome.RunMethod("AddRefresh:",Array(TableView... AddRefresh (ScrollView as ScrollView) Dim nome as NativeObject=Me nome.RunMethod("AddRefresh:",Array(ScrollView)) End Sub Sub refreshing(RefreshControl As Object) ' DO YOUR REFRESHING...) ' END REFRESHING End Sub #IF OBJC -(void)AddRefresh: (UIScrollView*)scrollView... B4i Question ScrollView content goes OUT of Scrollview - Mike1970    Mar 27, 2020 hi everyone, i was using the scrollview but i don't know why if i load a layout in the scrollview, when i scroll it goes out of the scrollview D:
scrlInfo.Panel.LoadLayout("info_layout... with all the text and the red button. As you can see it goes out of the red view when i scroll up
Why... B4i Question how to set the KeyboardDismissMode to an scrollview - Alexander Stolte    Dec 13, 2020 I want to hide the keyboard with the scrollview like in all other apps i'm using.
I found this:
https://stackoverflow.com/questions/30042352/dismiss-keyboard-with-swipe-gesture
and this:
https://developer.apple.com/documentation/uikit/uiscrollview/keyboarddismissmode
but if i set this then this error occurs:
Method not found: KeyboardDismissMode:, target: <UIScrollView: 0x11c00c600; frame... B4A Question [B4X] ScrollView cross platform [Solved] - angel_    Apr 24, 2020 What is the best view cross platform (b4a, b4i, b4j) to replace ScrollView?... B4i Question ScrollView does not cover the screen - toro1950 (first post)    Mar 13, 2025 Trying to understand what was happening or given the thickness at the edge of the panels and whateve... Page: 1   2   3   4   5   6   |