gpt4 book ai didi

c# - 如何在 Xamarin.Forms 中访问 TableView 的子项

转载 作者:太空宇宙 更新时间:2023-11-03 10:41:28 25 4
gpt4 key购买 nike

            var tv = new TableView
{
Intent = TableIntent.Form,
Root = new TableRoot
{
new TableSection
{
new SwitchCell
{
Text = "Remember Me"
}
}
}
};

我如何访问 SwitchCell 以便我可以在 Xamarin Forms 中看到 On 属性

More info on SwitchCell found here

最佳答案

明白了:

SwitchCell sc = (SwitchCell)tv.Root[0][0];
bool booleanprop = sc.On;

知道怎么做就很容易。

关于c# - 如何在 Xamarin.Forms 中访问 TableView 的子项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25199662/

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