Hello,
I got a listpicker and a boolen variabe (default false) in my app.
If variable is false, user picks item from listpicker elements. No problem in here.
What I want is if variable is true, I want my program to auto select a listpicker element and evaluate afterpicking block. Is it possible?
Probably easier to emulate the afterpicking event, e.g. do whatever you want to do, in your if/else blocks, having made a selection from the listpicker elements.