You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Maybe I misunderstood the meaning of MinItemsInDropDownRow?
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 :)
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.
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.
Maybe I misunderstood the meaning of MinItemsInDropDownRow?
Could be related to issue #834.
Environment
The text was updated successfully, but these errors were encountered: