B4J Question [SOLVED] [B4XTable] HeaderFont loses Bold when text is non-English - aeric    Sep 8, 2022 Column2 = B4XTable1.AddColumn("名字", B4XTable1.COLUMN_TYPE_TEXT)
I also tried setting B4XFont but no effect.
B4XTable1.HeaderFont = xui.CreateFont(fx.LoadFont(File.DirAssets, "SimHei.ttf", 20), 20)
133420...  B4J Question [Solved] Confusion with the header of a B4XTable - BlueVision    Feb 20, 2025 I'm slowly going mad. With a tiny B4XTable I have a problem with controls in the header. Originally the search function was hidden. Can be done in the designer. No problem. 
Then I realised...  B4A Question [SOLVED] B4XTable - "Custom layouts" of headers - LucaMs    Dec 21, 2023 I've been literally fighting ? with the column headers of a B4XTable for many hours (not.../forum/threads/b4x-b4xtable-with-custom-cells-layout.102352/
but for the moment I still don't know...  B4J Question B4XTable header gradient color - Chris Guanzon    Oct 9, 2020 Is it possible to add a gradient color in B4XTable header?...  B4J Question B4XTable Set Header Color and Title Color - walterf25    Oct 20, 2020 I am using the B4XTable view, but I am having a hard time setting the Column Header's background color, I've tried the following:
B4XTable1.HeaderColor = xui.Color_Cyan
But I do not see any.../android/forum/threads/b4xtable-header-gradient-color.123283/#post-770440 this works fine, however I do... with is the following:
        For Each v As B4XView In column.Panel.GetAllViewsRecursive...  B4A Question Closed - B4XTable - remove header info - Robert Valentino    Mar 8, 2020  clicking done on the keyboard for some reason B4XTable resized itself and show 2 more rows at the bottom....
Not always having enough room on phones is there anyway to get rid of all the header stuff...  B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (58 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in... use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County... = su.LoadCSV2(File.DirAssets, "us_counties.csv", ",", headers) B4XTable1.SetData...(ColumnId) Log(cell) End Sub B4XTable.GetRow returns a Map with the row data. The row values are mapped to the columns ids. Tip: You can access the visible row ids with B4XTable.VisibleRowIds... B4A Question B4XTable pnlTitle.Visible pnlHeader.Visible can't set to False - VArt    Dec 26, 2021 In example "Cross platform Editable B4XTable + Form"
add only one line
Private Sub B4XPage_Created (Root1 As B4XView)
'original example code
B4XTable1.pnlHeader.Visible=False...  B4A Question remove the header (Browser) of B4XTable? - Jesus Gonzalez    Jun 6, 2019 good morning coworkers, my question is: is there a way to remove the header (Browser) of B4XTable?...  B4A Question header of a B4XTable table : put image / LoadBitmapResize - voxel (first post)    Feb 14, 2023 
The code you have in post #1 is correct using either one of of the 2 lines: xui.LoadBitmapResize or...  Page: 1   2   3   4   5   6   7    |