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... 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_Grid.pdf and the persons.zip file with an example CSV-file.
134878 134879
Happy coding!... B4A Question Horizontal Scrollview with multiple CustomListViews - PaulMeuris    Oct 26, 2022   (4 reactions) the CustomListView.
The Main layout contains the HorizontalScrollView covering the whole screen and... As HorizontalScrollView
Private leftpos As Int
Private clv1 As CustomListView
Private... left or right the next list comes into view.
A practical application of this code might be a grade book... 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... Page: 1   2   3   4   5   6   |