
Announcements
Hi all,
I have the following gallery and popup box structure and would like to disable navigation of the gallery when the popup is shown.
I have tried setting the display mode of the gallery to If(!popUpBox.Visible,DisplayMode.Edit,DisplayMode.Disabled) and it does disable navigation of the gallery but I am also unable to select the buttons in the popup which I want to be able to do. Any help is much appreciated!
Hi @ccqn ,
You have the pop-up in the gallery, so the result you are getting is expected. You could however use the same logic on the Gallery OnSelect
If(
!popUpBox.Visible,
YourOnSelectCodeHere
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps