File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 69
69
CornerRadius =" 4" />
70
70
<ListBox x : Name =" ColorPanelSelector"
71
71
Grid.Row=" 0"
72
- HorizontalAlignment =" Center "
72
+ HorizontalAlignment =" Stretch "
73
73
Background =" Transparent"
74
+ ScrollViewer.HorizontalScrollBarVisibility=" Hidden"
74
75
ItemContainerStyle =" {StaticResource UnderlineListBoxItemStyle}" >
75
76
<ListBox .ItemsPanel>
76
77
<ItemsPanelTemplate >
77
- <StackPanel Orientation = " Horizontal " />
78
+ <controls : UniformGrid Rows = " 1 " />
78
79
</ItemsPanelTemplate >
79
80
</ListBox .ItemsPanel>
80
81
<ListBoxItem x : Name =" SpectrumListBoxItem"
1180
1181
<Setter Property =" Padding" Value =" {StaticResource ListBoxItemPadding}" />
1181
1182
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
1182
1183
<Setter Property =" VerticalContentAlignment" Value =" Stretch" />
1183
- <Setter Property =" Margin" Value =" 8,0,8,0" />
1184
- <Setter Property =" Padding" Value =" 24,0,24,0" />
1185
- <Setter Property =" MinWidth" Value =" 100" />
1186
1184
<Setter Property =" UseSystemFocusVisuals" Value =" {StaticResource UseSystemFocusVisuals}" />
1187
1185
<Setter Property =" Template" Value =" {StaticResource UnderlineListBoxItemTemplate}" />
1188
1186
</Style >
You can’t perform that action at this time.
0 commit comments