0
我使用Xamarin.Forms的背後,我想補充header
爲listView
已經創建於後面的代碼,我想在列表中添加行(用戶)數作爲header
我怎麼能做到這一點, 檢查下面的代碼爲我ListView
:Xamarin窗體如何在代碼添加標題爲ListView控件
UsersListView = new ListView()
{
HorizontalOptions = LayoutOptions.FillAndExpand,
VerticalOptions = LayoutOptions.FillAndExpand,
HasUnevenRows = true,
ItemsSource = Users //Users is List<string>()
};
請您將代碼添加到更清楚地回答, –
我添加標題=「測試」,並沒有出現 –
我相信這是解決方案,但標題不會出現在我的情況 –