Events from container in scrollable area

How can I get an event from a control in a container which is part of a scrollable area?

There are several ways. My favorite is with delegates.

Other ways are

  • iOSkit JK_Notification (observer pattern)
  • AddHandler with a container’s event

Thanks Jeremie, I check it out. Never used delegates.
I have an Event Definition in the container, but the Scrollable Area prevents getting this event.

Hi Jeremie, I am breaking my head over this.
Could you give me an example to make a start?

Thanks…

Solved;