Android Question [Solved] B4XTable - Questions about SearchField

Status
Not open for further replies.

asales

Expert
Licensed User
Longtime User
1 - How to change the hint?
I tried with:
B4X:
B4XTable1.SearchField.HintText = "Buscar"
but don't work.

2 - Is possible to change the height of the SearchField?

3 - Is possible to make the SearchField invisible?
 

iglrs1

Member
Licensed User
Longtime User
Hi,
I also want to hide the header panel. I managed to do it with
B4X:
B4XTable1.pnlHeader.Visible=False
and change its height with
B4X:
B4XTable1.pnlHeader.Height=0dip
but doesn't work. Any help?
 
Upvote 0
Status
Not open for further replies.
Top