B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Oct 25, 2023   (70 reactions)   tags: grid table flexi, b4x I created a new library to show a table (or grid) similar to the one in EXCEL... area) that you want to select
It is still in beta version, presents problems in large grids.
Now... B4A Class Grid Class - PreoptimizedCLV - scsjc    Apr 15, 2020   (11 reactions) Grid using Erel sample code based on PreoptimizedCLV -> https://www.b4x.com/android/forum/threads/grid-class-preoptimizedclv.116309/#post-726808
Example applied on F1, Work very nice:
JWXPZe4aRKw
The idea of this class is to be able to load in a 3 column Grid (customizable) a long list.... I invite anyone who can think of ideas and modifications to improve this grid.
I hope someone... B4A Library [B4X] [DSE] DDDGrid - designer script grid - Erel    Aug 18, 2022   (23 reactions) A simple, cross platform, class that uses the designer script extension feature to create grids: 132688 Designer script: 'Parameters: Panel, #Columns, #Rows, Padding DDDGrid.CreateGrid(Pane1, 4, 3, 5dip) ... B4J Library [custom view] GridManager - Erel    May 4, 2017   (16 reactions)   tags: Table https://www.b4x.com/basic4android/images/SS-2017-05-04_15.58.53.png A simple custom view which creates a grid of panes. You can set the number of columns and rows. The panes are resized automatically when the GridManager is resized, make sure to use anchors in your layouts. In this example the same layout is loaded in each of the panes. You can of course load different layouts.... B4A Library [Library] B4aGridView v3.80 - lonleystar    Jan 25, 2017   (37 reactions) Hi guys, B4AGridView is updated to v3.70. 1: GridView... As CompressFormat Compression Format PNG PhotoGridView Events: ItemClick (Position As Int, Value... at the end of the GridView AddImageAt (index As Int, dir As String, file As String) Add an image from sdcard or AssetsDir to the desired position in the GridView AddImageFromWeb (address As String) Add an image from web at the end of the GridView AddImageFromWebAt (index As Int, address As String) Add... B4A Class Grid Class, easy and fast grid - scsjc    Sep 28, 2016   (19 reactions) Hello, I would like to share with all people a small Class code. Together we can keep improving code and to have a quick and easy to use. Images are via URL using the #AdditionalJar: picasso-2.5.2, can you read more about that in https://www.b4x.com/android/forum/threads/accesing-third-party-jar-with-additionaljar-and-javaobject-picasso.40904/#content thanks 48323... B4A Library UltraDBGrid v1.01 for B4A – Advanced Grid with Frozen Columns, Footers, and Custom Styles - Asrar Ahmed    Sep 1, 2025   (11 reactions) 📌 UltraDBGrid v1.01 (B4A)
A fully customizable and database-friendly grid component for... Integration
- Bind grid to any SQL query with DataSource.
- Auto-detects columns if not defined... B4J Library [BANano] UOEGridTable: An interesting grid that you might like - Mashiane    Apr 29, 2019   (10 reactions) the community again. A grid and there some very few things I like about it too. This is a wrap for this project here.
Quick Reference
Font Awesome fonts applicable
Hiding the Pager
Updating the grid... B4A Library MSDynamicGridView Library - thedesolatesoul    May 3, 2015   (11 reactions)   tags: Gridview This library implements one kind of GridViews: Android Version Support This GridView doesnt work... (due to a bug). 1. DynamicGridView This gridview is very flexible. All items must be of the same height/width. It can load layouts into a panel, so you can have different layouts in each grid cell... is a unique ID for each cell of the Grid. This is generated internally. An ItemTag is also unique for... the views in ContentPanel. You can find the views using GetView, or maybe use Tags. GridView... B4A Library [B4Xlib] SD: GridImage - Star-Dust    Nov 29, 2020   (31 reactions) This library adds a view that displays images loaded from local or from the internet (by entering only the url) and arranges them in a grid. The clicked image is displayed in double size. The basic size of each cell can be established sd_gridimage Author: Version: 0.04 GridImage Events: LongClick (ID As String, Open As Boolean) Select (ID As String, Open As Boolean) Fields: KeepAspectRatio As Boolean mBase As B4XView MovTime As Int Animation duration Tag As Object Functions: AddImage... Page: 1   2   |