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
Post a Comment