Kevin Hartin Active Member Licensed User Longtime User Sep 5, 2021 #1 how do you format the font used and its size in a B4Xtable?
Erel B4X founder Staff member Licensed User Longtime User Sep 6, 2021 #2 Tips: 1. Everything in B4XTable can be customized. 2. In some cases the easiest way to find how to do it, is by looking in the source code. 3. b4xlib = zip file. The code is inside. B4X: B4XTable1.LabelsFont = xui.CreateDefaultFont(30) There is also HeadersFont field. Upvote 0
Tips: 1. Everything in B4XTable can be customized. 2. In some cases the easiest way to find how to do it, is by looking in the source code. 3. b4xlib = zip file. The code is inside. B4X: B4XTable1.LabelsFont = xui.CreateDefaultFont(30) There is also HeadersFont field.