Making a WPF window click-through, but not its controls

前端 未结 1 1485
粉色の甜心
粉色の甜心 2021-01-01 00:18

First of all I want to define what I mean by transparent to clicks in the text bellow: It means the clicks go through my window without any processing, directly to

1条回答
  •  遥遥无期
    2021-01-01 00:38

    Can you try this

    
        
            
        
        
            

    What It basically does Is create a transparent window.(Click through and Invisble). But controls are visible and not-click through. Or you can try How to create a semi transparent window in WPF that allows mouse events to pass through

    0 讨论(0)
提交回复
热议问题