标签: xamarin xamarin.forms
我正在使用此代码添加到tableView的Root。
$el.offsetHeight 0
但是我想在第一部分之后追加。
有人能告诉我怎么做吗?
答案 0 :(得分:1)
使用Insert,其中ndx是int,指定要插入的位置
Insert
ndx
int
tableView.Root.Insert(ndx,CreateTableSection());