We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6faab commit 41ac436Copy full SHA for 41ac436
src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Controls/ListView/ListView_Explicit_Items.xaml.cs
@@ -25,7 +25,7 @@ public sealed partial class ListView_Explicit_Items : UserControl
25
public ListView_Explicit_Items()
26
{
27
this.InitializeComponent();
28
- var thinckness = new Thickness(5); //ThicknessHelper.FromUniformLength(5);
+ var thickness = new Thickness(5);
29
ListView.ItemsSource =
30
Enumerable.Range(0, 30)
31
.Select(i => new ListViewItem
0 commit comments