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... 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 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... B4i Question xGridListView can't make two columns - tsteward    Oct 18, 2024
Private xui As XUI
Private xGridListView1 As xGridListView
End Sub
Public Sub Initialize
'...("MainPage")
xGridListView1.ItemWidth=(xGridListView1.Width/2)-5dip
xGridListView1.SetCol(2)
xGridListView1.AddWithImage("Cars","Key, Trans, Remote Info"... Share My Creation PicPuzzle (Source Included): Demo for MediaBrowser, MSDynamicGridView - thedesolatesoul    Apr 4, 2015   (11 reactions) So I also submitted this app to the Xmas compo, just came around to posting the source code for this project.
I cut down a lot of the libraries I used (many of my local unreleased libraries, and many unnecessary ones).
It now depends on: MediaBrowser, MSDynamicGridView, Threading, JavaObject
If... B4A Question [B4X] [XUI] SD XUIView2 - on GridView how to use own layouts design? - Mashiane    Sep 13, 2021 Hi there
I am interested in the XgridView XgridListView layout however to use own defined layouts...
lstDevices.Add(CreateItem(lstDevices.AsView.Width, 100dip, entry), sdeviceid)
Next
How... Share My Creation Drag and Drop GridView - thedesolatesoul    Oct 29, 2014   (4 reactions) Looking for bugs and suggestions for a new library I ported, the DynamicGridView. Allows dragging and dropping. It can be used as a usual gridview and also has the ability to move around objects (try long clicking an item). This borrows heavily from the work others have done: Erel's B4A, warwounds' BaseAdapter, Informatix's ULV, and askerov for the DynamicGridView.... B4A Library CustomGridView - NJDude    Aug 10, 2016   (19 reactions) This library will create a simple yet useful grid view.
Requirements:
- B4A 3.82.
How to install:
- Copy the CustomGridView.jar and CustomGridView.xml to your additional libraries directory... B4A Question GridView like instagram - Nkalampika    Mar 6, 2021 Hello how to create this type of grid
109195... B4A Question GridView of Buttons - josejad    Mar 23, 2020 /custom-view-gridmanager.79144/
as Erel says:
It should be simple to port it to B4A. Add a new custom view class and add the code from this class (you will need to make some small and hopefully... Page: 1   2   3   4   |