2017-12-29 37 views

答えて

0
this.Content = new StackLayout 
{ 
    Children = 
    { 
     new StackLayout 
     { 
      Orientation = StackOrientation.Horizontal, 
      Children = 
      { 
       Label, 
       infoIcon, 
      } 
     }, 
     webView 
    } 
} 

これは役立ちます。

関連する問題