diff --git a/Maui.DataGrid/DataGrid.xaml b/Maui.DataGrid/DataGrid.xaml index 76091f1..653a8ba 100644 --- a/Maui.DataGrid/DataGrid.xaml +++ b/Maui.DataGrid/DataGrid.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Maui.DataGrid;assembly=Maui.DataGrid" x:Class="Maui.DataGrid.DataGrid" + x:DataType="local:DataGrid" CompressedLayout.IsHeadless="True"> @@ -15,7 +16,7 @@ - + @@ -35,17 +36,17 @@ - - + SelectionMode="{Binding SelectionEnabled, Source={Reference self}, Converter={StaticResource boolToSelectionMode}}" > + HeightRequest="{Binding RowHeight, Source={Reference self}, Mode=OneTime}" />