c# - User Control obstructing underlying User Control from recieving drag and drop content -


i have wpf application there toolbox on left objects can drag , drop in large area right. large area treated time line. there slider @ top used scrub through time line , there ruler across bottom displaying time increments. in middle, there area receives drag , drop content. slider (top) , ruler (bottom) contained in scroll viewer, in own separate user control, sits "on top" of drag , drop area. problem user control obstructing drag , drop area receiving content. tried experimenting "ishittestvisible" property on various elements , did not help. when disabled ishittestvisible property on proper elements, allowed drag , drop ability looking for, in turn disabled slider , scroll viewer. ideas on how bypass problem? in advance!

-matt

a bypass... create drag , drop event on "blocking" controls , route event function.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -