Make StackLayout component derive from Layout
This commit is contained in:
Родитель
8d216a91f4
Коммит
dd603f2db6
|
@ -5,7 +5,7 @@ using XF = Xamarin.Forms;
|
|||
|
||||
namespace Blaxamarin.Framework.Elements
|
||||
{
|
||||
public class StackLayout : Element
|
||||
public class StackLayout : Layout
|
||||
{
|
||||
static StackLayout()
|
||||
{
|
||||
|
@ -34,6 +34,5 @@ namespace Blaxamarin.Framework.Elements
|
|||
}
|
||||
|
||||
protected override RenderFragment GetChildContent() => ChildContent;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче