Skip to content

Commit

Permalink
fix: nit
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Laban <jlaban@gmail.com>
  • Loading branch information
workgroupengineering and jeromelaban authored Apr 26, 2022
1 parent 8e6faab commit 41ac436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public sealed partial class ListView_Explicit_Items : UserControl
public ListView_Explicit_Items()
{
this.InitializeComponent();
var thinckness = new Thickness(5); //ThicknessHelper.FromUniformLength(5);
var thickness = new Thickness(5);
ListView.ItemsSource =
Enumerable.Range(0, 30)
.Select(i => new ListViewItem
Expand Down

0 comments on commit 41ac436

Please sign in to comment.