B4A Question ScrollView2d disappeared (Solved) - klaus (first post) Oct 02, 2021 (1 reaction) The ScrollView2D is an Activity Object like all other user interface objects like Labels, Panels etc. B4J Library [B4X] [XUI] SD XUIScrollView2D - Star-Dust Apr 30, 2024 (16 reactions) I develop the cross-platform version of the ScrollView2D library.
XUIScrollView was developed all from scratch.
xScrollView is a wrapping of the native ScrollView but which standardizes the commands so that they can be used cross-platform.
Everyone can choose which one is best suited to their purpos B4A Library [B4X] [XUI] SD XUIScrollView2D - Star-Dust Jun 06, 2019 (16 reactions) I develop the XUI version of the ScrollView2D library that created @Informatix. I did not base myself on its code but developed everything from scratch. It is still unripe, but it works well and is not very heavy. Clearly for iOS already the native ScrollView is 2D as well as for Desktop.
81039 B4A Library [Lib] ScrollView2D - Informatix Jul 29, 2016 (19 reactions) Hello,
Does it need a long explanation ? You can scroll in the two directions.
This lib does not work with Android versions < 2.
v1.01:
I fixed a big bug in the original code.
I added the function SmoothScrollTo.
v1.02:
I restarted from a fresh basis because of the many bugs in the original code B4A Library A vertical and horizontal scrollable Panel/Layout - Guenter Becker Nov 13, 2023 (8 reactions) Version 1.1 / 2023 - UPDATED
Sometimes the layout size is bigger than your App window this rises the need to attach scrolling/swiping to the layout.
This CustomView solves this problem.
Show Layouts bigger than App Window by adding vertical and horizontal scrolling.
Automatic detect needed Layout B4J Question ScrollView2D for B4J - klaus (first post) Jan 19, 2023 In B4J you should use ScrollPane which is also scroll-able in both direction.
You can define it either as a ScrollPane or a B4XView.
The inner panel of the ScrollPane is InnerNode.
You can directly load a Layout with ScrollPane.LoadLayout.
The inner panel of the ScrollPane as a B4XView is ScrollPan B4A Question Automatic panel scroll up - LucaMs (first post) Jan 02, 2020 (1 reaction) Note that you can still use ScrollView2D, its properties:
HorizontalScrollPosition
VerticalScrollPosition B4A Question Subscribe to library updates - Informatix (first post) Mar 14, 2016 (5 reactions) Scrollview2D v1.2
SV2D appears now as a custom view in the designer with all its properties. B4A Question EditText (or other view) with more width and height than the screen - vecino (first post) Apr 04, 2023 I just discovered, by chance, that ScrollView2D exists, and it is exactly what I was looking for. I have put an EditText in its internal panel with a much larger size than the device screen and it scrolls as you type, and you can scroll both horizontally and vertically. ? B4A Question How to scroll left and right - klaus (first post) Feb 13, 2020 (3 reactions) ScrollView scrolls only vertically, HorizontalScrollView scrolls only horizontally.
xCustomScrollView can scroll either vertically or horizontally but not in both at the same time.
The ScrollView2D library allows scrolling in both directions. Page: 1 2 3 4 5 6 7 Powered by ColBERT |