Skip to content
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

visible issue in ribbon panel #58

Open
PhantomHeadache opened this issue Jun 25, 2020 · 1 comment
Open

visible issue in ribbon panel #58

PhantomHeadache opened this issue Jun 25, 2020 · 1 comment

Comments

@PhantomHeadache
Copy link

Hi,
I found an issue:
When I place in code:
Panel.Visible = false;
Panel.Visible = true;
then Panel will be still invisible.
If I hide Panel in properties and unhide from code, then it works, but only once.
If I hide Panel from code, then it will be invisible for ever ;)

Best Regards

@thekl0wn
Copy link

Here was my solution for getting it to show again from the code:

Ribbon.SuspendUpdating();
Panel.Visible = true;
Ribbon.ResumeUpdating();

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

No branches or pull requests

2 participants