davepamn Active Member Licensed User Mar 30, 2015 #1 B4X: ScrollViewInput.Panel.AddView(oPicker,10dip,iRowOffset-(oPicker.Height/2),90%x,400dip) I need the control to fill only 90% of the screen in either portrait or landscape mode on the device.
B4X: ScrollViewInput.Panel.AddView(oPicker,10dip,iRowOffset-(oPicker.Height/2),90%x,400dip) I need the control to fill only 90% of the screen in either portrait or landscape mode on the device.
Erel Administrator Staff member Licensed User Mar 31, 2015 #2 You cannot change the size of the picker. You can only reposition it.