Skip to content

Commit

Permalink
remove unneeded binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Mar 29, 2024
1 parent 037f0ff commit 6504cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Maui.DataGrid/DataGrid.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<!-- Set all platforms to use MeasureFirstItem when this bug is resolved https://github.com/dotnet/maui/issues/7562 -->
<CollectionView
x:Name="_collectionView"
WidthRequest="{Binding WidthRequest, Source={Reference self}}"
BackgroundColor="{Binding BackgroundColor, Source={Reference self}}"
SelectedItem="{Binding SelectedItem, Source={Reference self}, Mode=TwoWay}"
SelectedItems="{Binding SelectedItems, Source={Reference self}, Mode=TwoWay}"
Expand Down

0 comments on commit 6504cd2

Please sign in to comment.