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'm trying to achieve an InRibbonGallery where you can select an option and use Icon + Text for those options. I basically convert the Gallery to a list by setting MaxItemsInRow to 1.
It should look like this:
The text of the options is translated, so I do not know the ItemWidth.
The issue is: If the first item of the gallery is not the longest the other items get cut off:
The same is true for the Popup. Even if I resize the popup, the items remain the same fixed size:
The Xaml used for the Screenshots:
I currently use spaces in the first item to fill it up to the longest item's text, which of course is not ideal.
Do you consider this as a use case for the InRibbonGallery or should I use another control to achieve the list with DropDown i.e. a SplitButton or something else?
I'm trying to achieve an InRibbonGallery where you can select an option and use Icon + Text for those options. I basically convert the Gallery to a list by setting MaxItemsInRow to 1.
It should look like this:
The text of the options is translated, so I do not know the ItemWidth.
The issue is: If the first item of the gallery is not the longest the other items get cut off:
The same is true for the Popup. Even if I resize the popup, the items remain the same fixed size:
The Xaml used for the Screenshots:
I currently use spaces in the first item to fill it up to the longest item's text, which of course is not ideal.
Do you consider this as a use case for the InRibbonGallery or should I use another control to achieve the list with DropDown i.e. a SplitButton or something else?
PS: I thought this was an issue caused by #666
Environment
The text was updated successfully, but these errors were encountered: