If the problem is that the widget takes the mouse focus when it shouldn’t, change it’s Visibility property to SelfHitTestInvisible. It will stay visible, but not interactable with the mouse
If the problem is that the widget takes the mouse focus when it shouldn’t, change it’s Visibility property to SelfHitTestInvisible. It will stay visible, but not interactable with the mouse