I tried now different variants, but scrollbar is not visible. How to enable Scrollbar in PreferencesDialog?
B4X:
Sub ManageSettings
Dim sets As Map = cG.mapSettings
'Dim pd_Settings As PreferencesDialog 'already in Globals
'pd_Settings.Initialize(Activity, "Settings", 300dip...
I tried now different variants, but scrollbar is not visible. How to enable Scrollbar in PreferencesDialog?
B4X:
Sub ManageSettings
Dim sets As Map = cG.mapSettings
'Dim pd_Settings As PreferencesDialog 'already in Globals
'pd_Settings.Initialize(Activity, "Settings", 300dip...
The Preference-Dialog is really a big help. I use it regular in new apps. And beside this wish I would have a new one:
In iOS there is a vertical scrollbar (in Android not). This is useful, because already multiple times I had UI tests, where the user did not think about scrolling.
But: raising...