Android Question B4XTable - move navigation bar to bottom

Erel

B4X founder
Staff member
Licensed User
Longtime User


1. Remove AutoScaleAll from the designer script.
2. Put the table with its top set to -60
3.
B4X:
Sleep(0)
B4XTable1.pnlHeader.RemoveViewFromParent
Root.AddView(B4XTable1.pnlHeader, 0, B4XTable1.mBase.Top + B4XTable1.mBase.Height, B4XTable1.mBase.Width, B4XTable1.pnlHeader.Height)
 

Attachments

  • Project.zip
    14.4 KB · Views: 163
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Instead of having a title of the thread a vague: 'Another B4xTable question' a much more descriptive and helpful to everyone else is for instance: 'Move B4XTable Panel Header to the Bottom of the Screen'. I do not want to sound like an Editor In Chief here, but little details like thant can go a long way in answering questions.
 
Upvote 0
Noted
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…