Xiaotian Gu
Xiaotian Gu
@MartinZikmund @carldebilly does this look like a measure/arrange issue on Grid? fyi, the style is located at: https://github.com/unoplatform/uno.toolkit.ui/blob/6.3.5/src/library/Uno.Toolkit.Material/Styles/Controls/v2/Card.xaml#L411
ChipGroup\Chip suffers the same problem Both ChipGroup and TabBar inherits from ItemsControl, and both override GetContainerForItemOverride+IsItemItsOwnContainerOverride. This handles the case where the Items or ItemsSource contains the proper type for...
The relevant code that propagates the templated-parent was removed in #17645. Not sure about the original problem that required this behavior/workaround, but it is been half a year since TP...
of the collection controls which ones supports `ISelectionInfo` natively, and which ones doesnt?
saving top comment
sounds similar to: unoplatform/uno.chefs#1669
to be decided: what would be the default header text here? BodyLarge or LabelMedium or what else...? of note, we should provide certain mechanism to alter the style of header...
to be decided: where would the default placement for the header in relation to the ToggleSwitch? fluent style defaults this to the top can the user be able to move...
@agneszitte any plan to bump the uno version for gallery?
the base issue submitted by @sakshi173 is a problem of same nature as: #1093