Hello Powerappers,
this is a quick question.
I have a simple (horizontal) Gallery with one Button. This Gallery serves as a Tab control experience and based on the button click it displays data in the Container control. This works well.
The source for the Gallery is a simple Table with two columns ID and TabText. There is 8 records in the Table.
Then I have an Edit and Cancel Icon outside of the Gallery, where I just switch between edit and view mode.
When I make the click and change the mode to Edit I need the last button in the Gallery to be hidden / invisible because I don't want a user to switch to that Tab. This is also done.
But I've just found out (accidentally) that even the button is not visible I can make a click/select event. This is what I cannot understand why is this possible.
I've also tried to make it disabled instead of invisible. But again, even the control is in disabled mode, I am able to select it.
Is this normal behaviour? Would you have some idea?