0

私の Xamarin フォーム アプリケーションには、ページ 1 とページ 2 の 2 つのページがあります。ページ 1 のナビゲーションでボタンをクリックすると、ページ 1 からページ 2 に移動します。最初のクリックで、2 回目のクリックで応答します。継続的に発生します。ピントの問題か。私を助けてください。

以下は私のUIの大まかなデザインです

<Grid Grid.Row="0" Grid.Column="0" HorizontalOptions="Center" VerticalOptions="Center">
                <Grid.RowDefinitions>
                    <RowDefinition/>
                    <RowDefinition/>
                </Grid.RowDefinitions>  
                <Image   Source="selectuser.png" VerticalOptions="Center"/>
                <Label Grid.Row="1" Text="Select User" LineBreakMode="WordWrap" Style="{StaticResource ItemLabelStyle}" WidthRequest="95"/> 
                <Button Grid.RowSpan="2" BackgroundColor="Transparent"  Command="{Binding SelecUserCommand}" />
            </Grid>
4

0 に答える 0