Disable side menu collapse button #209
Answered
by
AuroraZiling
almenscorner
asked this question in
Q&A
-
Hi, Is it possible to disable the collapse button on the side menu to always keep it open? |
Beta Was this translation helpful? Give feedback.
Answered by
AuroraZiling
Jun 3, 2024
Replies: 1 comment 2 replies
-
the button is called PART_SidebarToggleButton in SukiSideMenu You can try to set its property IsVisible=false from styles in your app to hide it |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
almenscorner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the button is called PART_SidebarToggleButton in SukiSideMenu
You can try to set its property IsVisible=false from styles in your app to hide it