Hi,
I have a StackLayout at the bottom of my Page, and then I set its TranslationY to -100, it will be cover the ListView which underneath the StackLayout.
When I click the blank on the StackLayout, it will also click the item in the ListView...
So how can I disable this function that can click through of the StackLayout? Thanks.