I'm using the toolbar buttons in the bottom of the screen, as provided by the designer.
I'm moving some views around a bit and to help me place them correctly I wondered if there existed a way to get the height of the toolbar area?
Looking at the debugger I can see this at NavControl -> toolbar:
I'm guessing the 44 in "0 524; 320 44" might be the height? But I have no idea on how to get hold of that value, and I don't want to hardcode it into my app...
I'm moving some views around a bit and to help me place them correctly I wondered if there existed a way to get the height of the toolbar area?
Looking at the debugger I can see this at NavControl -> toolbar:
B4X:
<UIToolbar: 0x16647480; frame = (0 524; 320 44); autoresize = W+TM; layer = <CALayer: 0x166476d0>>
I'm guessing the 44 in "0 524; 320 44" might be the height? But I have no idea on how to get hold of that value, and I don't want to hardcode it into my app...