Skip to content

Allow sidemenu content to be disabled #467

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ibb2
Copy link

@ibb2 ibb2 commented Apr 16, 2025

Hi, this is my first pr to an open source project. I love this library, however I would like to change the way the sidemenu works. How it currently works seems to be with a splitview, with the side menu on the left and main content on the right. I do not want the main content, because I render my views a different way, so the default was causing unintended issues. I have made a change to the project, which allows for the main content section to be hidden when setting the IsContentVisible in the sidemenu to False. I have set the default to True so that it is an opt in functionality and wont affect existing codebase functionality.

Without IsContentVisible:
Screenshot 2025-04-14 at 4 36 27 PM

Because I was not using the default pagecontent it would render out the binding. Setting IsContentVisible=False, fixes this issue.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant