Greetings,
I was wondering how does giving the Syncfusion TextInputLayout a
HeightRequest
and
WidthRequest Value affect a GridLayout contained within a
Syncfusion TextInputLayout. TIA !!!
<sf:SfTextInputLayout Hint="94x"
Stroke="Gray"
ContainerType="Outlined"
ContainerBackground="White" Margin="10,0,0,0" WidthRequest="500" HeightRequest="330" Grid.Row="0" Grid.Column="2" >
<sf:SfTextInputLayout.HintLabelStyle>
<sf:LabelStyle TextColor="Gray"/>
</sf:SfTextInputLayout.HintLabelStyle>
<Grid RowSpacing="10" ColumnSpacing="10" Margin="10,40,0,0">
<Grid.RowDefinitions>
<RowDefinition Height ="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>