B4A Library [B4X] [DSE] DDDGrid - designer script grid - Erel    Aug 18, 2022   (22 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 [B4X] [XUI] xGraph Class and b4xlib - klaus    Sep 12, 2022   (26 reactions) DrawCursorValues
gets or sets the DrawCursorValues property
Displays the values of the cuves at the cursor position
GraphColor
Gets or sets the graph background color
GraphHeight
Gets the GraphHeight property
The height of the Graph in pixels
GraphLeft
Gets the GraphLeft property
The left positio B4A Library [B4X][custom view] GridManager - XbNnX_507    Sep 20, 2020   (6 reactions) Hi, This is a modified custom view of the class library -> GridManager . It should be compatible with b4j, b4a and b4i. Note this is for simple grids if you need something more complex then -> GridClassPreoptimizedCLV This thread should be move to -> Additional libraries, classes and official upda B4J Library [B4X] [XUI] xChartMini b4xlib - klaus    Jan 02, 2025   (20 reactions) BAR, STACKED_BAR DrawXScale As Boolean gets or sets the DrawXScale property True by default, if False doesn't draw the X scale values not drawing the scale can be useful for small charts not for logarithmic scales DrawYScale As Boolean gets or sets the DrawYScale property True by default, if Fal B4J Library [B4X] [XUI] xChartLite b4xlib - klaus    Jan 01, 2025   (37 reactions) True by default if False, no horizontal grid lines are drawn DrawVerticalGridLines As Boolean gets or sets the DrawOuterFrame property of the Chart draws an outer frame around the chart DrawXScale As Boolean gets or sets the DrawXScale property True by default, if False doesn't draw the X scale v B4J Library [B4X] xGanttLite b4xlib - klaus    Jan 14, 2025   (18 reactions) DateFormat As String Sets or gets the DateFormat property Default value = "yyyyMMdd" DisplayResponsibleColumn As Boolean Sets or gets the DisplayResponsibleColumn property When True, the Responsible column is displayed DisplayRowData As Boolean Sets or gets the DisplayRowData property When True, B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Oct 25, 2023   (69 reactions) Flexgrid.AddRow(Array As Object(i,B,"User ","Description " ,100.00),40dip,True)
AddRowAt (index As Int, Cell As Object(), Refresh As Boolean) As String
eg. Flexgrid.AddRow(2,Array As Object(i,B,"User ","Description " ,100.00), True)
AddRowCustomize (Cell As Object(), Text_Color As Int, Background_C B4A Class Grid Class - PreoptimizedCLV - Erel (first post)    Feb 28, 2023   (4 reactions) 91824
My implementation based on PreoptimizedCLV is attached.
I'm not sure that building a "grid" library will be very useful as each app will have different requirements and implementing such grid is very simple.
Better implementation based on SMM: https://www.b4x.com/android/forum/threads/b4x-si B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Feb 04, 2025   (104 reactions) if False doesn't draw the Y scale values
not drawing the scale can be useful for small charts
not for logarithmic scales
GradientColors As Boolean
gets or sets the GradientColors property
GradientColorsAlpha As Int
gets or sets the GradientColorsAlpha property
values between 0 and 255
setting th B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Mar 19, 2020   (4 reactions) Developing BANanoVuetify Apps: The Grid
NB: You can run the demo app directly from Github
One of the things one will come across when developing their webapps or websites is the creation of the grid to place the various controls one will see and use.
The Vuetify grid follows the Bootstrap grid sys Page: 1   2   3   4   5   6   7   Powered by ColBERT |