input - WPF - Clickable content behind a scrollviewer -


is possible have content behind scrollviewer still reacts user mouse input?

<grid>     <button width="50" height="50"/>     <scrollviewer background="{x:null}"/> </grid> 

i've tried combinations of zindexes , null backgrounds, can't seem stop scrollviewer not tunneling events down.

the scrollviewer eating click messages. don't want put things behind it.

it better put things inside scrollviewer. can make grid contains content , usercontrol behind content. control can themed transparent using rectangle painted color "transparent". control still clickable, , still fill space within scrolled content.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -