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) 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... 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/1619390-directionallockenabled
A Boolean value that determines whether scrolling is disabled in... B4A Question Horizontal Scrollview with multiple CustomListViews - PaulMeuris    Oct 26, 2022   (4 reactions) This piece of code snippet is an example of how to build an app with multiple lists.
By swiping left or right the next list comes int... B4A Question B4A Scrolling Grid using CustomListViews and a Horizontal ScrollView - PaulMeuris    Oct 16, 2022   (9 reactions) Have you ever wondered how you can make a Custom List View scroll horizontally?
Well, in this small tutorial you can read all about it.
You can find the goodies in the attached files: the B4A_Scroll_G... 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... { UIRefreshControl *refreshControl=sender; ]; } #END IF SCROLLVIEW Public Sub 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... 90704
The scrollview has red background, so you can spot it, and the loaded layout is the one... 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... Page: 1   2   3   4   5   6   |