I'm using a Scrollview for configuring Application Settings. If the Height is set to
it display normally
If I increase the Height beyond this ie
then everything that is written to the Canvas disappears leaving just the Views visible
This is true in both Release and Debug mode. Is there some inherent limit to a Canvas or Scrollview that is at play here?
B4X:
pnlSettings(i).Height = 388%y
If I increase the Height beyond this ie
B4X:
pnlSettings(i).Height = 389%y
This is true in both Release and Debug mode. Is there some inherent limit to a Canvas or Scrollview that is at play here?