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

InRibbonGallery Property MinItemsInDropDownRow not considered #837

Closed
pschimmel opened this issue Aug 3, 2020 · 2 comments
Closed

InRibbonGallery Property MinItemsInDropDownRow not considered #837

pschimmel opened this issue Aug 3, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@pschimmel
Copy link
Contributor

I've some galleries showing multiple columns. For that I set the MinItemsInDropDownRow and MaxItemsInDropDownRow both to 2, and MinItemsInRow to 1, MaxItemsInRow to 3. I assumed that this way I would always get two columns when the dropdown is open.

But when I reduce the size of the main window that the gallery is so small that it will only show one column with closed dropdown, it will also have just one column in the dropdown.

image

Maybe I misunderstood the meaning of MinItemsInDropDownRow?

Could be related to issue #834.


Environment

  • Fluent.Ribbon v8.0.0
  • Windows 10
  • .NET Framework 4.7.2
@pschimmel
Copy link
Contributor Author

I just realized that on the 2nd image, where the galleries dropdown is open, there is actually a 2nd column, but it is not visible as the size of the DropDown is too small. Therefore only items A, C, E, and so on are visible. When I increase the width of the gallery using the grip, the 2nd column becomes visible. I'm just not sure if this is a bug or a feature :)

@pschimmel
Copy link
Contributor Author

At least I found the reason for my confusion. In my main application, I do not set the ResizeMode property. Therefore, I do not see the grip to enlarge the DropDown. Then I have no way to make the 2nd column visible in the DropDown.

@batzen batzen self-assigned this Aug 7, 2020
@batzen batzen added the Bug 🐞 label Aug 7, 2020
@batzen batzen added this to the Future milestone Aug 15, 2020
@batzen batzen closed this as completed in 5cbe2ba Aug 15, 2020
batzen added a commit that referenced this issue Aug 15, 2020
@batzen batzen modified the milestones: Future, Next Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants