B4J Question listView custom - ivanomonti    Jun 2, 2015 HI... I would like to create a listview like this but using panele scrollvertical, and time that I try to no avail ... who can help me to achieve it,,, thank you in advance 34510... Italian listView modulo di registrazione - MarcoRome (first post)    Oct 4, 2017 Vedi ScrollVertical... B4A Question Best practices to add many objects that doesn't fit the screen. - MicroDrie (first post)    May 16, 2020   (1 reaction) vertically, like a ScrollVertical? May be this could be a way to have all this objects.
If you add the term ScrollVertical into the search box on the right top you can find all kind of solution like... B4A Library Grid/Table and ListView Library - stefanobusetto (first post)    May 11, 2013 ( boolean ScrollHorizontal ) instead of public void GridCreate2 ( boolean ScrollHorizontal , boolean ScrollVertical ) b) ScrollTo public void ScrollTo ( int Row ) instead of public void ScrollTo ( int x... RowDelete 4) InsertCol to ColInsert 5) AppendCol to ColAppend 6) DeleteCol to ColDelete 7) ScrollUp to ScrollTop 8) ScrollDown to ScrollBottom There are no changes in the parameters kind or order... B4A Question how to make views align vertically and shrink base on dynamic text content? - omarruben    Aug 8, 2021 Hi, I have a stack of views: imageview, label, and a few checkboxes that load its content dynamically (check the picture), how I can align them vertically ? avoiding blank spaces ? shrinking the height of each... B4A Library [B4X] BBScrollingLabel - rich text scrolling label - Erel    Oct 17, 2023   (30 reactions) https://www.b4x.com/basic4android/images/F0DYcnZwgV.gif (this is an animated gif, it is is much smoother in real usage) BBScrollingLabel is similar to XUI Views ScrollingLabel, however it is based on BCTextEngine and can therefore display formatted text. It is cross platform. Usage instructions: - Download the b4xlib and put it in the B4X additional library folder: https://www.b4x.com/android/forum/threads/103165/#content - Add reference to BBScrollingLabel and BCTextEngine : https://www... B4A Question customlistview loads max items and loads more when scroll tot bottom - m643    Dec 16, 2013   (1 reaction) Hi all, I see in more and more apps that having a listview that loads for example 20 items and when you scroll down it loads another 20 items. I am using now the customlistview class and that works great but I like the solutions that loads a max of items. I searched the forum but the only thing I found is the pull tot refresh class that is what I think simulair to this function. Unfortunately, I am not able tot modified this class so I'm looking for something like this. Is there anybody... B4A Library [B4X] [XUI] Scrolling Label - Erel    Nov 3, 2021   (26 reactions)   tags: [B4X] [XUI] Scrolling Lbl, XUI, Lable Scroll Don't use this. Latest version is included in XUI Views. For rich text, use https://www.b4x.com/android/forum/threads/b4x-bbscrollinglabel-rich-text-scrolling-label.114310/#content 61087 A custom view with a label that scrolls automatically when the text is wider than the label. The class....GetAllViewsRecursive If v.Tag Is ScrollingLabel Then Dim sl As ScrollingLabel = v.Tag sl.Text = sl.Text 'this will cause the labels to scroll End If Next End Sub... B4A Library [B4X] [XUI] AS ScrollingChips based on xCustomListView - Display your Hashtags or Categories - Alexander Stolte    Jun 3, 2025   (33 reactions) you want to support me and further views, then you can do it here by Paypal. :) Without scroll... 141357141358 AS_ScrollingChips Author: Alexander Stolte Version: 2.00 ASScrollingChips_Chip... the fields to their default value. AS_ScrollingChips Events: ChipClick (Chip... is deactivated Github: github.com/StolteX/AS_ScrollingChips Have Fun :) https://www.b4x.com/android... B4A Question [Solved] Center vertically text in BBCodeView - Toky Olivier    Jan 29, 2020 I did many attemps to center vertically text in BBCodeView when paragraph height is not larger than the Base height (or the scrollview height) but no success. It's like text in BBLabel which is centered vertically but in a BBCodeView. I picked code from BBLabel (from the Redraw sub) but always, there are errors. My target is to put a BBCodeView in a custom B4XDialog and I don't want to have texts in the top but centered when there are only few texts. The scrollview will be used only... Page: 1   2   3   4   5   6   7   |