Grid.IGridList<T>.AddHorizontal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddHorizontal(View) | |
AddHorizontal(IEnumerable<View>) |
AddHorizontal(View)
- Source:
- Grid.cs
- Source:
- Grid.cs
public:
void AddHorizontal(Microsoft::Maui::Controls::View ^ view);
public void AddHorizontal (Microsoft.Maui.Controls.View view);
abstract member AddHorizontal : Microsoft.Maui.Controls.View -> unit
Public Sub AddHorizontal (view As View)
Parameters
- view
- View
Applies to
AddHorizontal(IEnumerable<View>)
- Source:
- Grid.cs
- Source:
- Grid.cs
public:
void AddHorizontal(System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::View ^> ^ views);
public void AddHorizontal (System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.View> views);
abstract member AddHorizontal : seq<Microsoft.Maui.Controls.View> -> unit
Public Sub AddHorizontal (views As IEnumerable(Of View))
Parameters
- views
- IEnumerable<View>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.