fbritop Active Member Licensed User Longtime User Apr 26, 2019 #1 How can a FloatLabeledEditText be added to a ScrollView?. I cannot add manualy the FloatLabeledEditText at runtime as the scrollview panel does not accepts this kind of view. Thanks FBP
How can a FloatLabeledEditText be added to a ScrollView?. I cannot add manualy the FloatLabeledEditText at runtime as the scrollview panel does not accepts this kind of view. Thanks FBP
Erel B4X founder Staff member Licensed User Longtime User Apr 28, 2019 #2 This might be useful: https://www.b4x.com/android/forum/t...gner-for-b4xpreferencesdialog.104670/#content Add it to a layout file and load the layout file with ScrollView1.Panel.LoadLayout (or load it to any other panel that is in the ScrollView). Consider using xCustomListView instead of ScrollView. Upvote 0
This might be useful: https://www.b4x.com/android/forum/t...gner-for-b4xpreferencesdialog.104670/#content Add it to a layout file and load the layout file with ScrollView1.Panel.LoadLayout (or load it to any other panel that is in the ScrollView). Consider using xCustomListView instead of ScrollView.