iOS Question SearchView TextField height

gjoisa

Active Member
Licensed User
Longtime User
Implemented searchview in my app . TextField height in top should be reduced . Tried
B4X:
Base.UserInteractionEnabled = False
    Dim parent As Panel = Base.Parent
    parent.AddView(et, Base.Left, Base.Top, Base.Width,25dip)
Here I set the height of textfield to 25dip(By default it is 60 dip) . But this does not change .
Attached screen shot

How to reduce the height of TextField ?
 

Attachments

  • ss1.png
    ss1.png
    41.3 KB · Views: 206
Top