I'm trying to make a drop-down menu. The way I tried to do this was adding buttons in an AbsoluteLayout and giving them TranslateY in a for loop. The problem is, the buttons are not clickable, and are covered by whatever is below the AbsoluteLayout in the surrounding StackLayout.
Is there any way to circumvent this, and make the buttons both visible and clickable, like a normal drop-down menu would be?