Mashiane Expert Licensed User Longtime User Dec 2, 2015 #1 Hi there Is it possible to detect a _click event of each panel? I want to load a picture in each panel using setbackgroundimage without having to load a layout with an imageview and detect if a user selects the panel? Regards
Hi there Is it possible to detect a _click event of each panel? I want to load a picture in each panel using setbackgroundimage without having to load a layout with an imageview and detect if a user selects the panel? Regards
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2015 #2 You will need to add a panel to the internal panel and handle its click event. Upvote 0