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 6969 CornerRadius =" 4" />
7070 <ListBox x : Name =" ColorPanelSelector"
7171 Grid.Row=" 0"
72- HorizontalAlignment =" Center "
72+ HorizontalAlignment =" Stretch "
7373 Background =" Transparent"
74+ ScrollViewer.HorizontalScrollBarVisibility=" Hidden"
7475 ItemContainerStyle =" {StaticResource UnderlineListBoxItemStyle}" >
7576 <ListBox .ItemsPanel>
7677 <ItemsPanelTemplate >
77- <StackPanel Orientation = " Horizontal " />
78+ <controls : UniformGrid Rows = " 1 " />
7879 </ItemsPanelTemplate >
7980 </ListBox .ItemsPanel>
8081 <ListBoxItem x : Name =" SpectrumListBoxItem"
11801181 <Setter Property =" Padding" Value =" {StaticResource ListBoxItemPadding}" />
11811182 <Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
11821183 <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" />
11861184 <Setter Property =" UseSystemFocusVisuals" Value =" {StaticResource UseSystemFocusVisuals}" />
11871185 <Setter Property =" Template" Value =" {StaticResource UnderlineListBoxItemTemplate}" />
11881186 </Style >
You can’t perform that action at this time.
0 commit comments