Everything works as expected. The only problem I have is that the scrolled /repeated items still can be reached with the mouse or touch screen input outside of their panel or parent. The items are not visible when the leave the parent, but still react to input!
Scroller / Scroller ViewItem
It has the same behavior.
When you start the sample and go with the mouse on the top or bottom outside the PaleGoldenrod Colorfill the scroller will react to it.
I tried several settings I could think of, and now I am out of knowledge.
How can I prevent that they items react to input outside there parents ?
You need to block out the areas outside of your scroller that you don't want interactive. The secret is setting mouseinteractive on the element you use to surround it. I use a transparent colorfill which makes things easy for debugging. Take a look at http://www.google.com/codesearch/p?hl=en#PfZv-Yd2vqU/Crystal/Markup/LayoutRoot.mcml line 547 for a working example of how to address this.
Hi MSBob,
thanks for your answer, i am really happy about it,first answer and solution!
I will test it and give some feedback these days. i was testing a colorfill but without your mouseinteractive secret ;-)
DanB#
many thanks. It works exact how i needed. Its now marked with some comments and Thanks to you in the Source. :-)
Greetings,
Glad to hear it is working as expected. What project are you working on?