enabled

  1. M

    Android Question Disable User interaction on a CustomListView

    Hi everyone, how can i disable the "click" on the various items in my customlistview? in B4i it's done like so: Dim p As Panel = clv.AsView p.UserInteractionEnabled = False But in B4A i didn't find anything like this. Even if I remove the check from "Enabled" in the designer, the items are...
  2. rleiman

    Android Question [SOLVED] - B4XSeekBar - Changing the visible or enabled property.

    Greetings, Can you tell me how to change the visible or enabled property of the B4XSeekBar? I couldn't find those properties in the auto-complete.
Top