-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
InRibbonGallery resizing issue when changing Visibility
#834
Comments
That looks like another caching issue. Will try to have a look during the weekend. |
Visibility
Hi batzen, In the video you see that I reduced the size of the main window until both galleries reduce to two columns -> OK Can you reopen the issue, or should I write a new one? |
@pschimmel I hope those changes finally fix your issues. Would be nice if you could test again and report back your results. :-) |
Hi batzen! When I reduce the width of window and make one of the hidden galleries visible, the remaining controls in Group 3 won't resize anymore. Here's the sample project: |
And one more caching issue... 😭 |
@pschimmel Could you give it another try? I hope i fixed all known issues this time. |
@batzen Please take a look at the following video: I used the same sample application as before. The first thing that I realized is that after making all galleries visible, the first (previously hidden) gallery of the second group shows with one column. After hiding and unhiding the same gallery again, it appears as DropDown-Button although the width of the window has not changed. When I make the window wider, that gallery will be displayed again as one-column gallery. So not a big deal so far, but the gallery will not resize anymore until I reduce the width of the window significantly and then make it larger again. |
@pschimmel That should also be fixed now. |
@batzen I tested the new version. Thumbs up. I found no issues in resizing of the galleries anymore. Thank you so much. However, after testing for a while some odd thing happened. Here's the short version: While dragging the right border of the the window, mouse over highlighting appears in the 3rd group. Those are just normal buttons, no toggle buttons. After releasing the mouse button, the highlighting is gone. This could perfectly be not related to the original problem. Should I open a new issue report? |
@pschimmel That's no a Fluent.Ribbon issue, but an issue with the GlowWindowBehavior from ControlzEx. Could you create an issue there? Then i can track and fix it there. The new, experimental, GlowWindowBehavior does not show that issue, but it's not finished yet because i had no real reason, aside from performance, to invest more time for that. Your issue clearly shows that i need to finish the work on that one. |
I tried to integrate the latest version of your fantastic library in our application by upgrading from version 7.0.1 to 8.0.0.
I'm very sorry that I have not tested that scenario earlier (before release of 8.0.0), but I'm afraid, I have found another issue with the resizing of InRibbonGalleries.
I can't publish our application, so I tried to create a simple sample project that uses the ribbon and the galleries roughly in the same way.
I created a video explaining the problem:
AnotherGalleryTest.zip
I've created two galleries in one group. In both galleries I have set MinItemsInRow=1 and MaxItemsInRow=3.
I also added a ToggleButton to the ribbon, with which I can hide the first gallery.
The first thing that you see is that when one gallery is hidden, the other gallery does not take advantage of the available space. It width just stays the same.
The second issue is when one gallery is hidden and I resize my window, the resizing of the visible window is correct. But when the other gallery is made visible again, it will refuse to resize which breaks the layout.
Here is the test project that I used:
FluentTest.zip
Thanks a lot for your work on the library!
Environment
The text was updated successfully, but these errors were encountered: