gpt4 book ai didi

c# - 如何使用 C# Xamarin 设置 LinearLayout HORIZONTAL

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:29:52 25 4
gpt4 key购买 nike

我试图在我的 Android 应用程序中对齐控件。

我需要这样做,但使用 CODE/C#/Xamarin这个:android:orientation="horizo​​ntaly"

以下代码在 Xamarin 中不起作用(我想在 Java 中很好用??):.setOrientation(LinearLayout.HORIZONTAL);

可接受的方法是:.Orientation我的代码缺少/错误代码:请参阅下面的*

LinearLayout LLMain = new LinearLayout(this);
LLMain.Id = _intID;
LLMain.AddView(textView(_intID));
LLMain.AddView(editText(_intID));
LLMain.Orientation = LinearLayout.HORIZONTAL; ***
linearlayoutList.Add(LLMain);
return LLMain;

如何设置这个值:???线性布局.HORIZONTAL; ????

谢谢马丁

最佳答案

试试这个:

LLMain.Orientation = Orientation.Horizontal;

关于c# - 如何使用 C# Xamarin 设置 LinearLayout HORIZONTAL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19366478/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com