Skip to content

Commit

Permalink
default sort icon to invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Dec 16, 2024
1 parent f92a0f9 commit 1b69031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maui.DataGrid/DataGridColumn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ public DataGridColumn()
Content = SortingIcon,
HorizontalOptions = LayoutOptions.Center,
VerticalOptions = LayoutOptions.Center,
IsVisible = false,
};

FilterTextboxContainer = new ContentView();
Expand Down

0 comments on commit 1b69031

Please sign in to comment.