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

ToggleButton not working correctly when placed in collapsed GroupBox #433

Closed
svendu opened this issue May 11, 2017 · 1 comment
Closed

Comments

@svendu
Copy link

svendu commented May 11, 2017

Assume you have 2 GroupBoxes with a bunch of ToggleButtons. All Buttons are in the same "toggle"-group.
Selecting one of the buttons will uncheck all the others.

If you set the state of one GroupBox to "collapsed" this does not work anymore.
You can toggle two buttons although all button are still in the same "toggle"-group


Environment

  • Fluent.Ribbon 5.0.1.10
  • Theme ? (not needed in version 5.0 and upwards)
  • Windows 10 Professional
  • .NET Framework 4.6

Attached a sample project to demonstrate the issue
RibbonGroupBoxIssue.zip

@batzen
Copy link
Member

batzen commented May 11, 2017

This is because, i can't remember why, i bound groups to a visual root scope.
This does not work in this situation.
I will remove this bounding.

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

Successfully merging a pull request may close this issue.

2 participants