Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バインド後にリストビューにアイテムを追加しようとしていますが、解決策が見つかりませんでした。
カスタム コントロールを作成したくありません。
「Get More」ボタンの作成に使用します。
ありがとう
WinJS.Binding.list をデータ ソースとして使用していますか? その場合、配列のように機能します。次のようにします。
myData.push(newItem);
リストの最後にあるリストビューに表示されます。splice新しいアイテムを途中に貼り付けたい場合は、この方法を使用できます。
splice