-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Left Panel Fix/Unfix controlled by menu bars #637
Comments
We can implement this in our next milestone for sure. |
I have finally managed to get a 'workaround' going! Hopefully this may be of use to some, or at least give an idea of what I would like to be a 'standard' feature. Thanks. Jim
|
Now the user can set the left panel open style and pick one of OVERLAY or SHRINK_CONTENT layout.setLeftPanelOpenStyle(Layout.LeftPanelOpenStyle.SHRINK_CONTENT); |
I would like to have a left panel that:
I have tried some variations of Layout but cannot get to work as above. Principally, the menu bars always disappear so there is no means of closing the left panel.
Could this be a future option?
Is there a workaround to achieve this now?
Thanks.
Jim
The text was updated successfully, but these errors were encountered: