Skip to content

Commit

Permalink
Update ListBoxAttach.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Mar 18, 2023
1 parent 91cb824 commit 771f621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace HandyControl.Controls;

public class ListBoxAttach
public partial class ListBoxAttach
{
public static readonly DependencyProperty IsOddEvenRowProperty = DependencyProperty.RegisterAttached(
"IsOddEvenRow", typeof(bool), typeof(ListBoxAttach), new FrameworkPropertyMetadata(ValueBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
Expand Down

0 comments on commit 771f621

Please sign in to comment.