-
I want to be able to go to a page by programmatically changing the paneitem index. The pane item should be unclickable/disabled or greyed out. Alternatively how can I show a page in paneview without a pane item. |
Beta Was this translation helpful? Give feedback.
Answered by
bdlukaa
Aug 18, 2023
Replies: 1 comment
-
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bdlukaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
PaneItem.enabled
tofalse
to disable thePaneItem
.