Hi @PowerSäm ,
Do you mean when the mouse is placed anywhere, the cursor turns into a finger?
If you want the Components not to be changed , and make the cursor clickable .
You can add a transparent Button to override the controls in Gallery.
Please try:
Use transparent Button to cover other control
Set properties of Button
BorderThickness: 0
FocusedBorderThickness: 0
Fill:RGBA(255, 255, 255, 0.1)
HoverFill: RGBA(255, 255, 255, 0.1)
PressedColor:RGBA(255, 255, 255, 0.1)
PressedFill: RGBA(255, 255, 255, 0.1)
Put the Button on the Label, and make the cursor clickable through the Button
I've made a test for your reference:

Best Regards
Cheng Feng