R roerGarcia Active Member Licensed User Longtime User Jul 1, 2022 #1 Is there a way to change the row height of a Bx4Table? TIA
LucaMs Expert Licensed User Longtime User Jul 1, 2022 #2 I'm not sure but, being B4XTable based on CustomListView, you should access the specific element of the latter, in order to change its height. (Not easy, also because the CustomListView is not the only component of B4XTable). Upvote 0
I'm not sure but, being B4XTable based on CustomListView, you should access the specific element of the latter, in order to change its height. (Not easy, also because the CustomListView is not the only component of B4XTable).
Erel B4X founder Staff member Licensed User Longtime User Jul 3, 2022 #3 B4X: B4XTable.RowHeight = 100dip Set it before you add the data. Upvote 2